Obsidian Hexo Publisher is an Obsidian plugin that enables users to sync their Obsidian notes to their Hexo blog effortlessly. With this plugin, users can easily synchronize their notes written in Obsidian to their Hexo blog, including both the article content and related images.
- Sync Obsidian notes to Hexo blog
- Automatically handle Markdown formatting, including comment and image link conversion
- Configurable Hexo site settings
- Open Obsidian.
- Go to Settings and select the "Community Plugins" tab.
- Click on "Browse" and search for "Obsidian Hexo Publisher".
- Click "Install".
- Open the plugin settings.
- Configure the following options under "Hexo Site Settings":
- Git Repo: The Git repository path of the Hexo site.
- Source Dir: The source folder path of the Hexo site.
- Write your notes and add
publish=true
in frontmatter in Obsidian.
publish: true
- Use the "Publish Posts" command in the plugin to sync your notes to the Hexo site.
- Check your Hexo site to confirm that the notes have been successfully synced.
This plugin is developed by zhenlohuang.
For any issues or suggestions, please submit an issue or request on the GitHub repository.