Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Blogizi

Rudolfs RijkurisRudolfs Rijkuris20 downloads

Publish Obsidian notes to your Blogizi blog — frontmatter templates, drafts, and updates by slug.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates3

Publish notes from Obsidian to your Blogizi blog.

Docs: blogizi.com/docs/obsidian

Features

  • New blog post — creates a note in your posts folder with frontmatter (command + ribbon)
  • Insert frontmatter — Blogizi-compatible YAML template
  • Upload as draft / Publish — pushes the active note via the Blogizi API (upload ribbon)
  • Update by slug — re-pushing the same slug updates the existing post (default on)
  • Load projects — pick which blog to publish to from your account

Setup

  1. Build the plugin (npm install && npm run build), then copy main.js, manifest.json, and styles.css into .obsidian/plugins/blogizi/ (or symlink the repo during development).
  2. Enable Blogizi under Obsidian → Settings → Community plugins.
  3. In Settings → Blogizi:
    • Paste your account API key (Dashboard → Account → API on blogizi.com)
    • Click Load projects and select a project (optional if you only have one)
  4. Create a post (ribbon or Blogizi: New blog post), fill description / keyword, then Upload as draft or Publish.

Commands & ribbon

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 —

Frontmatter

---
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.

Development

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.

API

Uses the same account-scoped Blogizi API as the CLI:

  • GET /api/account/projects
  • POST /api/posts with upsert: true for update-by-slug

License

This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).

Copyright (c) 2026 Blogizi.

HealthExcellent
ReviewSatisfactory
About
Publish notes from Obsidian to your Blogizi blog and update existing posts by slug. Create new post notes with a Blogizi-compatible YAML frontmatter, insert frontmatter templates, and upload as draft or publish while choosing which project to target.
PublishingIntegrations
Details
Payments
Paid
Current version
0.1.2
Last updated
2 weeks ago
Created
2 weeks ago
Updates
3 releases
Downloads
20
Compatible with
Obsidian 1.13.0+
Platforms
Desktop, Mobile
License
AGPL-3.0
Report bugRequest featureReport plugin
Author
Rudolfs RijkurisRudolfs Rijkurisrudolfsrijkuris
GitHubrudolfsrijkuris
  1. Community
  2. Plugins
  3. Publishing
  4. Blogizi

Related plugins

Digital Garden

Publish your notes to a digital garden for others to enjoy.

GitHub

Share as Gist

Share a note as a GitHub.com Gist.

Quartz Syncer

Manage and publish your notes to Quartz, the fast, batteries-included static-site generator.

BRAT

Easily install a beta version of a plugin for testing.

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Custom Frames

Turn web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.

Local REST API with MCP

Unlock your automation needs by interacting with your notes over a secure REST API.

Share Note

Instantly share/publish a note, with the full theme and content exactly like you see in Obsidian. Data is shared encrypted by default, and only you and the person you send it to have the key.

Self-hosted LiveSync

Sync vaults securely to self-hosted servers or WEBRTC.

Maps

Adds a map layout to bases so you can display notes as an interactive map view.