Build an experimental empty.html from the tw5.com edition

print-window-tiddler
Jermolene 2013-11-25 23:15:24 +00:00
rodzic 8cf2b06e53
commit 3a446dc240
2 zmienionych plików z 7 dodań i 0 usunięć

1
bld.sh
Wyświetl plik

@ -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 \

Wyświetl plik

@ -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}}