Hi Emil, > The problem is that when i load the tiddlywiki file it shows only the > default tiddler GettingStarted and i want to display all of my created > tiddlers. How can i do that? >
To show all your tiddlers put this filter into the *default tiddlers* textarea: *[all[tiddlers]!is[system]!sort[modified]limit[10]]* Meaning: 1. display all tiddlers 2. that are not system tiddlers 3. sorted in descending order by modified date 4. at most 10 Best wishes, Tobias. -- 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/146e99d9-f848-4efd-b0a0-754b80c4920d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

