J F,
Open https://www.tiddlywiki.com/
Paste the code below into a new tiddler, and save the tiddler.
Read what is written in the tiddler. That could help you to figure out how
to make your list. If not, then just post here again and perhaps we can
help more.
The first `$list` creates a list of all `tags` that have ''Examples'' as
the last word in the tag.
<$list filter="[all[tiddlers]tags[]suffix[Examples]]">
<$macrocall $name="tag" tag=<<currentTiddler>>/>
</$list>
The second `$list` creates a list of all tiddlers that have those tags.
```
<$list filter="[all[tiddlers]tags[]suffix[Examples]]" variable="exmpl">
<$list filter="[tag<exmpl>]">
</$list>
</$list>
```
<$list filter="[all[tiddlers]tags[]suffix[Examples]]" variable="exmpl">
<$list filter="[tag<exmpl>]">
</$list>
</$list>
Regards
On Wednesday, February 27, 2019 at 4:17:11 PM UTC+7, J F wrote:
>
> Apologies if this has been asked before - I have searched but haven't
> found what I'm looking for.
>
> I'm new to TW and I'm looking to set up a knowledge base type structure
> for my studies. I've already set up a simple structure for one topic that
> works in a ToC (tags in brackets):
>
> Table of Contents
>
> "TopicX" (Table of Contents)
>
> "TopicX Concepts" (TopicX)
>
> Concept1 ("TopicX Concepts")
>
> Concept2 ("TopicX Concepts")
> etc
>
> "TopicX Sources" (TopicX)
>
> "TopicX Definitions" (TopicX)
>
>
>
> "TopicY" (Table of Contents)
>
> "TopicY Concepts" (TopicY)
>
> "TopicY Sources" (TopicY)
>
> "TopicY Definitions" (TopicY)
>
> Etc
>
> My question is: I'd also like to be able to create a list just of
> 'concept' or just of 'sources', etc.
>
> do I need to tag each individual tiddler with 'Concept' (say) as well as
> "TopicX Concepts", or can I do a filter for all tiddlers tagged where the
> tag contains 'Concepts'?
>
> Thanks for your help
>
--
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/386b16f2-3fd7-43ec-bddb-9e763567118f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.