if you want the tag space, just nothing there, on the specific tiddler, add:

<style> .tc-tags-wrapper {  visibility: hidden;} </style>

If you want that space to be gone:

<style> .tc-tags-wrapper {  display: none;} </style>


On Sat, Jul 27, 2019 at 8:59 AM MagoArcade <[email protected]> wrote:

> Hi,
>
> I've perused the documentation here
> <https://tiddlywiki.com/static/Custom%2520styles%2520by%2520data-tags.html>but
> can't understand/implement it
>
> I'm basically trying to hide the tags at the top of a specific tiddler.
> The way I was trying to do this was via implementing a custom css for the
> tags container thus:
>
> .tc-tags-wrapper {
>   visibility: hidden;
> }
>
> This works if I do this via inspect. However, How do I implement his css
> change in the tiddler itself. I'd rather do that in the tiddler rather than
> via editing any global style sheets etc.
>
> thanks
>
>
> --
> 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/a1a082cf-0dfd-468a-8cb1-15642fba0f8c%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/a1a082cf-0dfd-468a-8cb1-15642fba0f8c%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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/CAJu7H0ayUxcg36HBqPx1DYpEt4Cszk8z01nTdLnQOhQgmrOcgw%40mail.gmail.com.

Reply via email to