@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") }}
😄