obsidian-blog-helper-init
v0.1.0
Published
One-command installer for Obsidian blog vault + blog helper plugin
Readme
Obsidian Blog Helper
MVP community plugin for Obsidian blog workflow.
One-command install (blog + helper)
Local script
cd /home/mud/repo/obsidian-blog-helper
./install_blog_helper.shPackage-style (npx / bunx)
After publishing package:
npx obsidian-blog-helper-init
# or
bunx obsidian-blog-helper-initOptional args:
obsidian-blog-helper-init <blog_git_url> <vault_path>Defaults:
- repo:
https://github.com/mud-the-developer/blog.git - vault:
~/Sync/ObsidianBlog
Commands
- Blog Helper: New Post (Published)
- Blog Helper: New Post (Draft)
- Blog Helper: Update Lastmod
Manual install
- Create plugin dir in your vault:
/home/mud/Sync/ObsidianBlog/.obsidian/plugins/obsidian-blog-helper
- Copy
manifest.jsonandmain.jsinto that directory. - Open Obsidian → Community Plugins → reload → enable Blog Helper.
Notes
- Filename keeps Korean chars, replaces spaces with
-. - Tags are configurable in plugin settings.
