/tag-page-preview

An Obsidian plugin that opens a dialog with all links to the selected tag.

Primary LanguageTypeScriptMIT LicenseMIT

⚠️ Notice

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.

Tag Page Preview

Clicking a tag opens a dialog listing pages that use that tag.

Contributing

To make changes to this plugin, first ensure you have the dependencies installed.

yarn install

Development

To start building the plugin with what mode enabled run the following command:

yarn dev

Releasing

To start a release build run the following command:

yarn release
git push --follow-tags origin master