Open all tiddlers in the "All"-tab list

1,410 views
Skip to first unread message

Sub

unread,
Dec 5, 2012, 8:46:14 AM12/5/12
to tiddl...@googlegroups.com
How can I open all tiddlers in the "All"-tab list at once?

I don't want to click each manually or create a list tho.

Keith Buckner

unread,
Dec 6, 2012, 10:25:39 PM12/6/12
to tiddl...@googlegroups.com
I use the wonderful YourSearch plugin with parameter   /[a-zA-Z0-9]/


On Wed, Dec 5, 2012 at 7:46 AM, Sub <subf...@gmail.com> wrote:
How can I open all tiddlers in the "All"-tab list at once?

I don't want to click each manually or create a list tho.

--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To view this discussion on the web visit https://groups.google.com/d/msg/tiddlywiki/-/zn95CZjF-kEJ.
To post to this group, send email to tiddl...@googlegroups.com.
To unsubscribe from this group, send email to tiddlywiki+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

Eric Shulman

unread,
Dec 6, 2012, 10:57:15 PM12/6/12
to TiddlyWiki
> How can I open all tiddlers in the "All"-tab list at once?
> I don't want to click each manually or create a list tho.

Using HTML syntax, you can write:
------------------------
<html><nowiki><a href='javascript:;' onclick="
var tids=store.getTiddlers();
var titles=[];
for (var t=0;t<tid.length; t++)
titles.push(tiddlers[t].title);
story.closeAllTiddlers();
story.displayTiddlers(null,titles);
return false;
">open all...</a></html>
------------------------

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"...
http://www.TiddlyTools.com/#Donations

Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
http://www.TiddlyTools.com/#Contact

cangaroo joe

unread,
May 6, 2014, 4:18:52 AM5/6/14
to tiddl...@googlegroups.com
Hi,

The posted js code doesn't work in TW 5.0.0.10.

Maaaaaaaaaaaaaaartin

unread,
Jun 14, 2016, 4:40:54 PM6/14/16
to TiddlyWiki
Dear everyone,

Just wondering: is there a simple way to open all tiddlers now? Thanks!

Martin

Arlen Beiler

unread,
Jun 15, 2016, 12:15:30 PM6/15/16
to TiddlyWiki

Check out http://openall.tiddlyspot.com/ mentioned very recently on another thread.

--
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 tiddlywiki+...@googlegroups.com.

To post to this group, send email to tiddl...@googlegroups.com.

Martin Genet

unread,
Jun 16, 2016, 5:55:47 AM6/16/16
to tiddl...@googlegroups.com
Many thanks, Arlen.

However, this seems to be to open all tiddlers with a given tags, right? For that I also found this, which works perfectly, though I am still confused about the ordering of the tiddlers—ideally it would be reverse chronological of the creation dates.

Anyway, is there a way to open all tiddlers? Preferably in reverse chronological of their creation dates.

Thanks again.

Martin

You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/bJl9sSr22Fw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.

To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
Reply all
Reply to author
Forward
0 new messages