This plugin will:
- Add an unique ID to the front matter of every markdown file you edit.
- Create a command
Add an ID to all notes
which will... add an ID to all notes
See https://github.com/obsidianmd/obsidian-api and https://docs.obsidian.md/Plugins/Releasing/Plugin+guidelines
prerequisites: jq
, gh
and make
. On mac: brew install jq gh make
- update the version number in
manifest.json
and inpackage.json
- run
make release
- follow the obsidian docs to submit the plugin for review