You can check the filter for the "download empty" button on tiddlywiki.com, it may be a minimal set for TW5 to work: http://tiddlywiki.com/#%24%3A%2Feditions%2Ftw5.com%2Fdownload-empty
Here is the filter: [[$:/core]] [[$:/isEncrypted]] [[$:/themes/tiddlywiki/snowwhite]] [[$:/themes/tiddlywiki/vanilla]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] Le lundi 6 octobre 2014 12:06:28 UTC+2, Danielo Rodríguez a écrit : > > Hello everyone, from http://welford.github.io/ I got one of the easiest > solutions to download sets of tiddlers. I don't think it is a better > explanation, it just reached my mind at the precise moment. > > Here is the tiddler used as template: > > \define saveTiddlerFilter() > [[$:/core]] [[$:/isEncrypted]] [[$:/plugins/tiddlywiki/fullscreen]] > [[$:/themes/tiddlywiki/vanilla]] [[$:/themes/welford/phasersonkill]] > [[$:/themes/welford/readonly]] [[$:/theme]] > [[$:/plugins/tiddlywiki/codemirror]] [[$:/plugins/tiddlywiki/highlight]] > [[$:/plugins/welford/twexe]] [[$:/plugins/welford/htalink]] [tag[blog]] > -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] > -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] > \end > \define savingEmpty() > yes > \end > {{$:/core/templates/tiddlywiki5.html}} > > I understand how the filter works. It applies OR to all the titles and the > tag filter. The question is that I don't know which tiddlers are mandatory > to include. Of course at least one theme, but what about the rest? > core,$:/theme,boot, and so on? Can I took that filter as a default and just > modify it? > -- 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 http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

