https://github.com/akatopo/rentry-integration
https://github.com/akatopo/rentry-integration
obsidian obsidian-md obsidian-plugin pastebin-client rentry rentryco
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/akatopo/rentry-integration
- Owner: akatopo
- License: mit
- Created: 2025-11-13T19:05:28.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2026-02-19T21:40:00.000Z (4 months ago)
- Last Synced: 2026-02-20T01:15:30.975Z (4 months ago)
- Topics: obsidian, obsidian-md, obsidian-plugin, pastebin-client, rentry, rentryco
- Language: TypeScript
- Homepage:
- Size: 480 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Rentry integration
[Rentry](https://rentry.co) integration plugin for [Obsidian](https://obsidian.md).
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](https://cloudinary.com/documentation/dev_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:
| 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. |
## Rentry metadata
While using [rentry metadata](https://rentry.co/metadata-how) is not supported by the plugin, the following default metadata is used when creating pastes:
```ini
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.