🔥Share Note has moved to a new domain
Important info

Share Note has moved to a new domain. For the reason behind the move see here.

Please re-share any existing notes to get an updated link. Thank you!


Share Note for Obsidian

Instantly share a public copy of an Obsidian note, with optional encryption. Notes are shared with your full theme and should look identical to how they do in your vault.

The page you are currently reading was published through Share Note 🔥

Jump to


Full theme support

Uploads using your current theme, along with all your options and custom CSS snippets.

Supports all Obsidian content types:

Images!

Dataview queries!

Here's an example inline Dataview query. It will be correctly rendered when sharing:

The answer is `= 7 + 8`!

The answer is 15!

Callouts!

Note

Did you know that Share Note supports callouts?

Links between notes!

If your shared note links to another note which is also shared, that link will also function on the shared webpage. Example: Some other document

Code blocks!

function doYouEven(haveToAsk) {
  return 'Of course we can do it!'
}

Checkboxes! Tags!

Project Manhattan: #in-progress #behind-schedule

  • Start project
  • Procrastinate
  • Finish project

Internal links

Want to jump back up to the Full theme support section? Well you can!


Installation

The plugin is awaiting review for the Community store. You can install it now using BRAT, see the Installation Instructions here.

Connect your plugin by clicking the "Connect plugin" button on the Settings page.


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

  • Your notes are encrypted on your device with a key that only you have.
  • Each note is encrypted with its own random key. A key from one of your notes cannot be used to decrypt another of your notes.
  • The key is never sent to the server, it only exists as part of the share link created inside your device.

You may optionally share an unencrypted version of a note by using the frontmatter checkbox property share_unencrypted = true. This note you are currently reading is shared unencrypted.

Share Note for Obsidian 🌓