Collects all used tags and inserts them into a note you specify.
instructions
Install the plugin. Set an "Output Note Title" (without this, the plugin will fail). If you choose an existing note title, the contents of that note will be overwritten, so be careful. If the note doesn't exist, it will be created. If you leave the "Create Links" setting blank, tags will be output in plain text. If you enter 'y' or 'yes' , then each tag will be rendered as a search link to notes with that tag. Output includes an H1 header: "All Tags (#)" where the # contains the count of tags found. Note: this plugin can only count tags that are in use (applied to a note). I don't think there's a way to retrieve tags directly without getting them from an existing note.
setting
Output Note Title
setting
Create Links
{
noteOption:{
"List All Tags":asyncfunction(app,noteUUID){
// 1) Read setting (required). If missing, alert & bail.