Rudolfs Rijkuris20 downloadsPublish Obsidian notes to your Blogizi blog — frontmatter templates, drafts, and updates by slug.
Publish notes from Obsidian to your Blogizi blog.
Docs: blogizi.com/docs/obsidian
npm install && npm run build), then copy main.js, manifest.json, and styles.css into .obsidian/plugins/blogizi/ (or symlink the repo during development).description / keyword, then Upload as draft or Publish.| Action | Command palette | Ribbon |
|---|---|---|
| New post note | Blogizi: New blog post | file-plus |
| Insert frontmatter | Blogizi: Insert frontmatter | — |
| Upload draft | Blogizi: Upload as draft | upload |
| Publish | Blogizi: Publish | — |
---
title: "How we built our auth flow"
description: "A short meta description"
keyword: "indie app authentication"
slug: how-we-built-our-auth-flow
status: "draft"
date: "2026-08-07"
readingTime: 0
wordCount: 0
---
Your markdown content here.
Same format as Write in Markdown.
npm install
npm run dev # watch → main.js
npm run build # production bundle
Symlink or copy into your vault:
ln -s "$(pwd)" "/path/to/Vault/.obsidian/plugins/blogizi"
Enable the plugin under Community plugins → Installed plugins.
Uses the same account-scoped Blogizi API as the CLI:
GET /api/account/projectsPOST /api/posts with upsert: true for update-by-slugThis project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).
Copyright (c) 2026 Blogizi.