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/f01ed261-c26f-4220-994a-fedba4b485d2n%40googlegroups.com.