On Thursday, April 2, 2015 at 2:01:58 PM UTC+2, Mat wrote: > > Another question, from pondering on the above. Are these statements true: > > 1a) "Default/empty TW = shadowTiddlers + systemTiddlers", i.e nothing > more. >
The problem here is that empty.html can be different for every TW edition. For me a german version can be empty with a german interface. But from Jeremys point of view this is different. eg: see: https://github.com/Jermolene/TiddlyWiki5/blob/master/core/templates/save-empty.tid This tiddler defines the filter to save an empty.html in the core code. So this is used, if not re-defined. \define saveTiddlerFilter() [is[system]] -[prefix[$:/state/popup/]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] \end see: https://github.com/Jermolene/TiddlyWiki5/blob/master/editions/tw5.com/tiddlers/system/download-empty.tid Download empty.html from tiddlywiki.com \define saveTiddlerFilter() [[$:/core]] [[$:/isEncrypted]] [[$:/themes/tiddlywiki/snowwhite]] [[$:/themes/tiddlywiki/vanilla]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] \end see: https://github.com/Jermolene/TiddlyWiki5/blob/master/editions/de-AT/tiddlers/system/%24__editions_de-AT-DE_download-empty.tid Downloads tiddlywiki.html from http://tiddlywiki.com/languages/de-AT/ and de-DE \define saveTiddlerFilter() [[$:/core]] [[$:/isEncrypted]] [[$:/themes/tiddlywiki/snowwhite]] [[$:/themes/tiddlywiki/vanilla]] [[$:/languages/de-DE]] [[$:/languages/de-AT]] [[$:/language]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] \end This uses the same mechanism, but saves the file as tiddlywiki.hmtl. ... Which may be better named as: tiddlywiki-de-AT.html or tiddlywiki-de-DE.html But imo we didn't discuss this topic yet. have fun! mario -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/7dc21e5f-7edd-4d12-8dac-0139c2d2bc9e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

