{description}
- feature - description
For now, use BRATS to install the plugin:
- Go to Settings → Community plugins → BRAT
- Find and click Add beta plugin
- Paste the plugin repo URL:
{repoUrl} - Click Add plugin
- Go to Settings → Community plugins → Installed plugins
- Search for {pluginName} and enable it
- Configuration occurs in the Base view
For development, use mise tasks which auto-builds and installs:
mise run devThis will:
- Install dependencies (cached with bkt)
- Configure Obsidian vault path (if first time)
- Symlink plugin to vault
- Watch for source changes
- Auto-rebuild on every change
Then reload Obsidian (Win + P > Reload app) to see changes.
- steps to use the plugin
For bug reports or feature requests:
- Test with the current code
- Note console errors
- Document steps to reproduce
- Describe expected vs actual behavior