Check out http://openall.tiddlyspot.com/ mentioned very recently on another thread. On Jun 14, 2016 4:40 PM, "Maaaaaaaaaaaaaaartin" <[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 >> >> Professional TiddlyWiki Consulting Services... >> Analysis, Design, and Custom Solutions: >> 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]. > 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/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. > -- 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/CAJ1vdSQ%3Dm3OOLD65gVmRSRzPmi67AMb9Utf7KFxP-kOxn5MSww%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

