I’m trying to figure out a Lua query that I can add to my pages to let me view tags associated with that page in a view similar to the Linked Mentions where you see some context, or at least the line that is on the page.
It feels like a minor thing, but I’ve been taking notes on things in things like our stand-up meetings, and using the full page links tend to blend together when linking to the page. So visually having links to [[Alice]] next to [[Test Project]] Just visually looks on the page like “Alice Test Project” all in the same link font, but harder to distinguish that it is 2 separate things whereas #Alice and #Test_Project each appear in their own separate tag bubble, and makes it easier to distinguish.
The thing is, I want to see things tagged with #Alice on Alice’s page with some context as if I had actually made the links.
Now that I write this all out, maybe I’m fighting the system as designed, and I should do this with CSS changes to make the links more distinguishable. But if I were to try and add mentions associated with tags to Alice’s page how would I go about it?