Rentry integration

pending

by Alex Katopodis

Rentry integration for your vault notes.

Updated 1mo agoMITDiscovered via Obsidian Unofficial Plugins
View on GitHub

Rentry integration

Rentry integration plugin for Obsidian.

https://github.com/user-attachments/assets/0f929724-8d32-4eda-aef1-c622cfc19cb6

Features

  • Paste creation.
  • Paste updating (one-way sync towards rentry) and removal.
  • Image embed uploads via cloudinary (experimental, requires credentials. See cloudinary's Developer kickstart for further instructions).

Usage

Can either be used via the command palette (Ctrl / ⌘ + P):

or the file context menu:

Frontmatter properties

The following frontmatter properties are created and used by the plugin for all rentry (and cloudinary) related actions:

PropertyDescription
rentryIdThe rentry id of the uploaded paste.
rentryUrlThe public rentry URL of the uploaded paste
rentryEditCodeEdit code for directly editing the paste on the rentry website.
rentryEmbedCacheCache for mapping embed paths to cloudinary URLs and other data. Only used when the "Enable embed uploads" setting is enabled.

Rentry metadata

While using rentry metadata is not supported by the plugin, the following default metadata is used when creating pastes:

OPTION_DISABLE_SEARCH_ENGINE=true
OPTION_DISABLE_VIEWS=true

Additionally, the plugin uses rentry's upsert update mode for metadata when updating the paste. This means that whatever changes to the metadata you make on rentry are going to persist between updates.

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.