Obsidian Plugins
1 min read
I've been a fan of Obsidian for a long time, and used it as a CMS for a period of time. You can read a bit about those iterations here, here, and here.
Along the way, I built 3 plugins that I found useful:
- Obsidian Pinata Image Uploader: REPO
Uploads embedded images to Pinata. The plugin replaces both local and remote image references in markdown withipfs://URIs, and handles gateway proxying for image display. - Obsidian AI Excerpt Generator: REPO
Generate concise excerpts for Obsidian notes using AI. The plugin adds or updates theexcerptfield in each Markdown file's frontmatter. - Obsidian AI Tagger: REPO
Generate relevant, consistent tags for Obsidian notes using AI. The plugin adds or updates thetagsfield in each Markdown file's frontmatter.