This plugin provides an example of how you might add additional plugins to Obsidian Local REST API.
- Fork this repository.
- Update
main.ts
to advertise your new route(s). - Build the project with
npm run build
(ornpm run dev
if you are iterating on some changes). - Link the plugin into your Obsidian vault's
.obsidian/plugins
directory. On linux or osx, you can runln -s /path/to/your/cloned/fork /path/to/your/vault/.obsidian/plugins
. - Enable the plugin in Obsidian's Community Plugins settings page.