Steve, The Non CSS way.
Do you want to hide the tags on all tiddlers always or some tiddlers some times? Are you happy to leave them visible in edit mode so at least while editing they are there, or would you like to hide some tags only? To get you rolling see the $:/tags/ViewTemplate tags You can create a Tag pill with <<tag $:/tags/ViewTemplate>> If you click on this you can see $:/core/ui/ViewTemplate/tags If you click on this you can open it. If you remove the $:/tags/ViewTemplate tag you will not longer see them in the view template. Or you could edit $:/core/ui/ViewTemplate/tags and wrap it in a conditional display <$list filter="[all[current]is[system]]" variable=nul> <$reveal type="nomatch" stateTitle=<<folded-state>> text="hide" tag="div" retain="yes" animate="yes"> <div class="tc-tags-wrapper"><$list filter="[all[current]tags[]sort[title]]" template="$:/core/ui/TagTemplate" storyview="pop"/></div> </$reveal> </$list> Like my list widget above which only displays tags on system tiddlers, but you could refine this to a filter like [all[current]!hide-tags[yes]] and it will only display if the current tiddler does not have a field hide-tags = yes This is editing a shadow tiddler so check for changes after an upgrade of tiddly wiki Regards Tony On Monday, 14 October 2019 14:46:04 UTC+11, Steve S wrote: > > Hi, > > I would like a simple clean list of my tiddlers. I have managed to remove > the author and heading and subtitle fields according to this tiddler: "How > to hide the author's and other fields with CSS" but this doesn’t say how to > remove the tags. I know its possible because I saw it here > http://t5a.tiddlyspot.com/ but I haven't managed to work out how he did > it. > > I will email the author of that page and put my findings here if I find > it. This is a learning process for me and also perhaps others have the same > question so I thought it worth putting the question here also. > > I don't really understand what CSS is so I need fairly simple > instructions. > > Because it is sometimes good to see the titles and tags it would be nice > to have a button to turn them on and off easily, but I guess that calls for > another topic? > > Thanks for any help. I did have a search but didn't find anything that > seemed to do this. > -- 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/bc9ada86-e950-4dc7-bac1-ffc4e41c5c03%40googlegroups.com.

