Codeblock did not work :(

sobota, 20 lutego 2021 o 13:53:21 UTC+1 Bartosz Wilinski napisaƂ(a):

>
> Hello there.
>
> I have two questions:
>
>    1. Is there a way to *exclude the tag from displaying* *in a custom 
>    list*?
>    2. Is it possible to *display any part of TOC using list widget*?
>
> Broader explanation. For some reason or another, part of my TOC looks like 
> this (for convenience I will put tags in square brackets):
>
>    - Example [TOC]
>    - X [Example]
>          - Tiddler A [X] [Y] [Master Tag]
>          - Tiddler B [X] [Z] [Master Tag] 
>       - Y [Example]
>          - Tiddler A [X] [Y] [Master Tag] 
>          - Tiddler C [Y] [Z] [Master Tag] 
>       - Z [Example]
>          - Tiddler B [X] [Z] [Master Tag] 
>          - Tiddler C [Y] [Z] [Master Tag]
>       
> Simple non-linear mulit-categorisation. Or something. 
>
> I would like to make list of tiddlers A-C, that display tag-categories (X, 
> Y, Z) in same time. Doable:
>
> ``html 
> <$list filter="[tag[Master tag]sort[title]]">
> <$link/>
> {{||$:/core/ui/ViewTemplate/tags}}
> </$list>
> ``` 
>
> But maybe there is a way to display all tags, but skip only Master Tag?
>
> Or maybe filter could somehow be based on TOC, ommiting a need for Master 
> Tag?
>
> I would be grateful for your advice.
>
> -Bartosz
>

-- 
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/c81ef265-5944-44ec-af8b-ac6d213feca3n%40googlegroups.com.

Reply via email to