No description
Find a file
Jamie Steiner c11d1f71ae 0.8.20
2024-11-11 15:03:14 +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 added encryption 2024-11-11 15:03:10 +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.20 2024-11-11 15:03:14 +02:00
package-lock.json 0.8.20 2024-11-11 15:03:14 +02:00
package.json 0.8.20 2024-11-11 15:03:14 +02:00
README.md making the frontmatter icons work 2024-11-10 15:52: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.20 2024-11-11 15:03:14 +02:00

Share Note

Instantly share / publish a note. 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, or click the menu in any note and choose Copy shared link

Usage

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

The first time a file is shared, the plugin will automatically upload all your theme styles. The next time you share a file, it will use the previously uploaded theme files.

If you want to force the theme CSS to update, use the command Force re-upload of all data for this note.


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