No description
Find a file
Jamie Steiner bade854675 0.8.24
2024-11-11 20:49:58 +02:00
.github/ISSUE_TEMPLATE Fix troubleshooting link in Issue Template: 2--other-issues---bug.md 2024-10-15 02:45:53 -06:00
docs Update docs 2024-08-09 23:03:06 +02:00
src more cleanout and refactoring 2024-11-11 20:49:22 +02:00
.eslintignore Rebuilt the codebase as a plugin 2023-09-07 12:07:54 +02:00
.eslintrc Toggle mobile classes 2023-09-17 13:15:17 +02:00
.gitignore Docs WIP 2023-11-07 14:32:27 +00:00
.hotreload Rebuilt the codebase as a plugin 2023-09-07 12:07:54 +02:00
.npmrc Rebuilt the codebase as a plugin 2023-09-07 12:07:54 +02:00
esbuild.config.mjs Rebuilt the codebase as a plugin 2023-09-07 12:07:54 +02:00
LICENSE Create LICENSE 2023-09-07 12:18:56 +02:00
manifest.json 0.8.24 2024-11-11 20:49:58 +02:00
package-lock.json 0.8.24 2024-11-11 20:49:58 +02:00
package.json 0.8.24 2024-11-11 20:49:58 +02:00
README.md refactored away unused code 2024-11-11 20:11:07 +02:00
styles.css making the frontmatter icons work 2024-11-10 15:52:07 +02:00
tsconfig.json Rebuilt the codebase as a plugin 2023-09-07 12:07:54 +02:00
version-bump.mjs Rebuilt the codebase as a plugin 2023-09-07 12:07:54 +02:00
versions.json 0.8.24 2024-11-11 20:49:58 +02:00

Send Note

Instantly share / publish a note using pastebin as the medium of exchange. Notes are shared in markdown format, and are encrypted by default. This plugin uses Pastebin for storage. When shared, the note is upload to pastebin, and a url is created. Other users who receive the url, can open it in obsidian, and the note will be added to their vault. This allows users a quick and easy way to transport notes from one user to another, as long as both users have this plugin installed.

To send a note, choose Send Note from the command palette.

Usage

Use the Send Note command from the Command Palette. You can map it to a hotkey to make things faster.

The yaml frontmatter will be updated to provide access to the share url for you to send to other users. You can also delete the note from the Pastebin backend by clicking the Delete Note button in the frontmatter.


Encryption

The content of your note is encrypted by default. What this means is that you can read the note, and the person you send it to can read the note, but nobody else can read the content - not even the hosting server.

🛈 Encryption is optional, and can be turned on/off for individual notes, or for all notes, whatever you prefer.

Troubleshooting

See here: Troubleshooting

TODO

  1. I might want to delete previous copies automatically, when you reshare a note. Currently, it will just create a new note, and the old note will still be available, although the url gets replaced in the frontmatter.
  2. Add another storage backend, maybe AWS S3, or something else. I'm open to suggestions.