v0.5.1

This is a free service for Obsidian to instantly share your notes. Notes are shared with your full theme and should look identical to how they do in your vault.

Release notes
  • Share Note has moved to a new domain.

  • Many excellent improvements, including collapsible callouts - like this one!

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


Full theme support

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

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!


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.


Installation

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

I have a server set up to host the shared notes. This is a free service for Obsidian users, as I already had the server and the costs to me are negligible.

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.

Published with Share Note 🌓