Obsidian Plugin
Build the Obsidian plugin.
Installation
Build the plugin with:
bash
make obsidian-buildThen, copy everything under the plugins/obsidian/dist directory to your Obsidian plugins directory, i.e.
sh
mkdir -p <YOUR_VAULT>/.obsidian/plugins/lires
cp plugins/obsidian/dist/* <YOUR_VAULT>/.obsidian/plugins/lires/Usage
Please refer to the user manual for the usage of the plugin.