Blue Steel, As I said in my first post:
> Perhaps not exactly what you want to end up with. > TiddlyWiki's built in Table-of-Contents Macros <https://tiddlywiki.com/#Table-of-Contents%20Macros> are based on a tag-tree of "parent-child" tiddlers. This means each parent tiddler is the name of a tag which is used by its "children" tiddlers. And each of those children in turn can be names of tags used by their own "children". Using that would mean that for each "untagged" tiddler to appear in your *Unsorted* tiddler, they would have to be tagged with *Unsorted* ! Oops - but then they would not be untagged! I guess one way to do it would be to tag all new tiddlers with an *Unsorted* tag to begin with. Then the tiddlers would show up in your Table of Contents. You could also put this in the text field of your *Unsorted* tiddler just to display the list there: <<list-links filter:"[tag[Unsorted]]>> Later when you decide how to tag them, you add the new tags, and delete the *Unsorted* tag. Would that work for you? On Friday, February 15, 2019 at 7:20:31 PM UTC+7, Blue Steel wrote: > > Thanks guys! I combined both your answers to get: > <<list-links filter:[untagged[all]!prefix[$:/]]>> > > It works correctly in showing the untagged Tiddlers within the "Unsorted" > Tiddlers note, but it doesn't show up in the Table of Contents for some > reason. Any ideas? > -- 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/c61e793f-5dbb-4919-8bea-8682e239d8aa%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

