Wasn't sure if I should post this here, or in TiddlyWikiDev..
I'm trying to figure out how to remove the bullet points for all of the levels in a multi-level unordered-list. I've been trying to use @@list-style: none;, but it is only removing first-level bullet points. I know I could do this by using pure-html/css, but am curious if there is a way to do it with the @@ function.
Another thing I'm trying to do is make a pill in the contents of a tiddler display something different from the tag it actually links to. I'm using {{ITEM||$:/core/ui/TagTemplate}}, where ITEM is a tag, but I want to display something else, like you can with the WikiText links: [[displayed|actual]]. I tried {{displayed|actual||$:/core/ui/TagTemplate}}, but that didn't work.
Any feedback on either would be appreciated.