Hide the tag display on ToC

40 views
Skip to first unread message

Reaktorblue

unread,
Aug 2, 2019, 10:14:27 PM8/2/19
to TiddlyWiki
When you're looking at the display of the Table of Contents, the tag $:/tags/SideBar is visible. Is there a way to hide this for only the Table of Contents when it's not in edit mode?

BurningTreeC

unread,
Aug 3, 2019, 12:45:25 AM8/3/19
to TiddlyWiki
Hi Reaktorblue,

you could put the following code in a tiddler tagged $:/tags/Stylesheet :

[data-tiddler-title="TableOfContents"] .tc-tags-wrapper {
display
: none;
}


Reaktorblue

unread,
Aug 3, 2019, 12:54:41 AM8/3/19
to TiddlyWiki
@BurningTreeC,

Thank you so much! That worked wonderfully!
Reply all
Reply to author
Forward
0 new messages