0.0.2--canary.2a64e3e.0 • Published 4 years ago

tag-page-preview v0.0.2--canary.2a64e3e.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Tag Page Preview

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

npm.io

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

Note: If you haven't already installed the hot-reload-plugin you'll be prompted to. You need to enable that plugin in your obsidian vault before hot-reloading will start. You might need to refresh your plugin list for it to show up.

Releasing

To start a release build run the following command:

yarn build

This plugin was generated by create-obsidian-plugin