Many thanks, Arlen. However, this seems to be to open all tiddlers with a given tags, right? For that I also found this <http://tiddlywiki.narkive.com/xm59hCY0/tw-re-tw5-open-all-the-tiddlers-with-a-particular-tag#post11>, 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 > On 15 Jun 2016, at 18:15, Arlen Beiler <[email protected]> wrote: > > Check out http://openall.tiddlyspot.com/ <http://openall.tiddlyspot.com/> > mentioned very recently on another thread. > > On Jun 14, 2016 4:40 PM, "Maaaaaaaaaaaaaaartin" <[email protected] > <mailto:[email protected]>> wrote: > Dear everyone, > > Just wondering: is there a simple way to open all tiddlers now? Thanks! > > Martin > > On Friday, December 7, 2012 at 4:57:15 AM UTC+1, Eric Shulman 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. > > 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 > <http://www.tiddlytools.com/#Donations> > > Professional TiddlyWiki Consulting Services... > Analysis, Design, and Custom Solutions: > http://www.TiddlyTools.com/#Contact <http://www.tiddlytools.com/#Contact> > > -- > 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] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/tiddlywiki > <https://groups.google.com/group/tiddlywiki>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/812fdaa4-3551-478a-a1e5-724ff4cc8172%40googlegroups.com > > <https://groups.google.com/d/msgid/tiddlywiki/812fdaa4-3551-478a-a1e5-724ff4cc8172%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. > > -- > 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 > <https://groups.google.com/d/topic/tiddlywiki/bJl9sSr22Fw/unsubscribe>. > To unsubscribe from this group and all its topics, send an email to > [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/tiddlywiki > <https://groups.google.com/group/tiddlywiki>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/CAJ1vdSQ%3Dm3OOLD65gVmRSRzPmi67AMb9Utf7KFxP-kOxn5MSww%40mail.gmail.com > > <https://groups.google.com/d/msgid/tiddlywiki/CAJ1vdSQ%3Dm3OOLD65gVmRSRzPmi67AMb9Utf7KFxP-kOxn5MSww%40mail.gmail.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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/60C441C9-8A6B-458D-B805-DEF46673C3CE%40crans.org. For more options, visit https://groups.google.com/d/optout.

