@jtr See @heylouraās code that I linked in my post. In her example, code is the tag she chooses to display. BTW I couldnāt get eq to work.
@pratik so still a bit confused. Yes, I see the tag ācodeā and I see how it would work - but the plug in does not come with the same code from what I see. So are you using both the code and the plug in? just the code in your post? Iām not sure what `eq is or where itās in the code (Iām not exactly a programmer š
@jtr Iām not a programmer either āŗļø So yes, first install the plugin and then cut-paste Lauraās code into a new page (Bookmarks, Favorites, etc.). Check the box to have it displayed in the menubar. Replace the code (line 5 from the top) with the tag you want bookmarks listed for (mine is āfaveā).
Ignore the eq part for now. @heyloura had mentioned I could replace Contains with eq (also in line 5) if I wanted an exact match.
@pratik You just also need to replace the string part as well. So {{ if (strings.Contains .tags "code") }} changes to {{ if (eq .tags "code") }} š