I'm unable to find the time to keep this repository well maintained, and up-to-date with Obsidian. Life gets in the way. This plugin should be forked/rebuilt by someone who is willing to find the time to build a plugin that the Obsidian community deserves.
Clicking a tag opens a dialog listing pages that use that tag.
To make changes to this plugin, first ensure you have the dependencies installed.
yarn install
To start building the plugin with what mode enabled run the following command:
yarn dev
To start a release build run the following command:
yarn release
git push --follow-tags origin master