On Wednesday, February 26, 2020 at 10:09:34 PM UTC-8, plaseo wrote:
>
> Thanks Eric that worked!
> Also thank you for the Tiddly Tools site, just discovered from your reply
> to my question and it looks like a great resource.
> I'm wondering if there's a way to hide tags in view mode when not editing
> a tiddler? I'm wanting just a bit cleaner look but almost have it just the
> way I'd like it.
>
Create a tiddler with any title (e.g., "MyStyles") and tag it with
"$:/tags/Stylesheet"
Then, in the text field of that tiddler, enter:
.tc-tags-wrapper { display:none; }
This defines a CSS rule that overrides the default tags display style when
*viewing* a tiddler. The tags will still be visible when *editing* a
tiddler because that tags display uses a different CSS class
(.tc-edit-tags).
enjoy,
-e
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/490627e3-3696-4a51-8990-617767212527%40googlegroups.com.