Micro.publish is a community maintained plugin for Obsidian to publish notes to a Micro.blog blog.
Does this plugin improve your workflow? Say thanks with a coffee.
This plugin will be available via Community Plugins soon.
From the preferences window it is possible to log in into Micro.blog using an App Token, which can be generated here.
Once logged in, the plugin allows to set default values for tags, post visibility, and default blog (in case the user has more than one hosted blog). These default values will be used when posting to Micro.blog.
Micro.publish is triggered using Obsidian's command palette.
Before publishing, it's possible to edit the title, override default values, and/or select a different blog to post to.
After publishing, a confirmation window with the post links is presented.
Clone this repository inside the Obsidian Vault:
$ cd .obsidian/plugins/
$ git clone https://github.com/otaviocc/obsidian-microblog
Resolve the plugin dependencies and build it:
$ cd obsidian-microblog
$ npm i
$ npm run build
Restart Obsidian and enable the plugin from Community Plugins in Preferences.
- Fork this repository and follow the steps from the previous section using the forked repository instead
- Create a feature branch for the changes
- Commit the changes and push them to the forked repository
- Submit a pull request
This project is neither affiliated with Micro.blog nor Obsidian. This is a community maintained plugin.