logseq-reference-styles
logseq-reference-styles copied to clipboard
Consider applying styles to matching tags, not just brackets
rumurphy: "I typically use [the plugin] # for tags and not [[]]. Brackets work. Any chance able to apply stying to # style tags?" benjaffe: "I'll look into applying it to tags, but no promises. It depends on if the appropriate data attributes are applied by Logseq so I can hook into them."
Applying to tags is quite simple by using CSS using the below tag, would be even nicer to have this maintainable for this plug-in.
a.tag[data-ref=mytag]:before { content: '📆'; }
Did logseq provide the "required hook" you mentioned?