Rentry integration plugin for Obsidian.
demo.mov
- 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).
Can either be used via the command palette (Ctrl / ⌘ + P):
or the file context menu:
The following frontmatter properties are created and used by the plugin for all rentry (and cloudinary) related actions:
| Property | Description |
|---|---|
rentryId |
The rentry id of the uploaded paste. |
rentryUrl |
The public rentry URL of the uploaded paste |
rentryEditCode |
Edit code for directly editing the paste on the rentry website. |
rentryEmbedCache |
Cache for mapping embed paths to cloudinary URLs and other data. Only used when the "Enable embed uploads" setting is enabled. |
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=trueAdditionally, 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.

