[TW5] List All Tiddlers

58 views
Skip to first unread message

FFT

unread,
Jul 9, 2019, 6:03:18 PM7/9/19
to TiddlyWiki
I want to list all my tiddlers (not the system ones). I see it in the sidebar under "more", but what is the code to display it within my own default starting tiddler? Thanks

Mat

unread,
Jul 9, 2019, 6:25:42 PM7/9/19
to TiddlyWiki
The name of that tiddler is

$:/core/ui/MoreSideBar/All

so you can open it and see how it is constructed.

you can also do 

<<list-links "[all[tiddlers]]">>

I'm not sure what you mean with " within my own default starting tiddler"?

<:-)

FFT

unread,
Jul 9, 2019, 6:49:24 PM7/9/19
to tiddl...@googlegroups.com
Using "$:/core/ui/MoreSideBar/All" worked. Thank you!

TonyM

unread,
Jul 9, 2019, 7:00:54 PM7/9/19
to TiddlyWiki
FFT

SideBar > More > All 

$:/core/ui/MoreSideBar/All
<$list filter={{$:/core/Filters/AllTiddlers!!filter}} template="$:/core/ui/ListItemTemplate"/>

And the filter used is [!is[system]sort[title]] but mats will do the same.

I think you need to define "my created tiddlers". If you have your Username for signing edits set in Control Panel > info > Basics

You could create your own sidebar tab listing tiddlers who have a creator or modifier field with the value of your user name.

Regards
Tony

On Wednesday, July 10, 2019 at 8:49:24 AM UTC+10, FFT wrote:
Thanks, however it lists all the tiddlers including the ones I didn't create, ie system ones. The default starting tiddler is just the default tiddlers when I open up the wiki. The default tiddlers are in the control panel > info tab.

In the sidebar, if you go to the "more" tab and then "all" I can view all my created tiddlers. That is what I'm trying to display in a separate tiddler.

Thank you again for your help.

FFT

unread,
Jul 9, 2019, 7:02:52 PM7/9/19
to TiddlyWiki
Tony, this helped my understanding quite a bit. Thank you!
Reply all
Reply to author
Forward
0 new messages