From 3a446dc2409b183c2a339b4e0426de7766db8e4a Mon Sep 17 00:00:00 2001 From: Jermolene Date: Mon, 25 Nov 2013 23:15:24 +0000 Subject: [PATCH] Build an experimental empty.html from the tw5.com edition --- bld.sh | 1 + editions/tw5.com/tiddlers/system/save-empty.tid | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 editions/tw5.com/tiddlers/system/save-empty.tid diff --git a/bld.sh b/bld.sh index 9eabe0a09..8594ff864 100755 --- a/bld.sh +++ b/bld.sh @@ -38,6 +38,7 @@ node ./tiddlywiki.js \ --rendertiddler ReadMe ./readme.md text/html \ --rendertiddler ContributingTemplate ./contributing.md text/html \ --rendertiddler $:/core/save/all $TW5_BUILD_OUTPUT/index.html text/plain \ + --rendertiddler $:/editions/tw5.com/save-empty $TW5_BUILD_OUTPUT/empty2.html text/plain \ --rendertiddler $:/core/templates/static.template.html $TW5_BUILD_OUTPUT/static.html text/plain \ --rendertiddler $:/core/templates/static.template.css $TW5_BUILD_OUTPUT/static/static.css text/plain \ --rendertiddlers [!is[system]] $:/core/templates/static.tiddler.html $TW5_BUILD_OUTPUT/static text/plain \ diff --git a/editions/tw5.com/tiddlers/system/save-empty.tid b/editions/tw5.com/tiddlers/system/save-empty.tid new file mode 100644 index 000000000..21f61d3b4 --- /dev/null +++ b/editions/tw5.com/tiddlers/system/save-empty.tid @@ -0,0 +1,6 @@ +title: $:/editions/tw5.com/save-empty + +\define saveTiddlerFilter() +[[$:/core]] [[$:/isEncrypted]] [[$:/plugins/tiddlywiki/fullscreen]] [[$:/themes/tiddlywiki/snowwhite]] -[type[text/css]] -[type[application/javascript]has[module-type]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] +\end +{{$:/core/templates/tiddlywiki5.html}}