1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-08-03 17:50:39 +00:00
TiddlyWiki5/plugins/tiddlywiki/tiddlyweb/download-offline.tid
Jermolene 9fbe72a877 Rearrange system tag configuration
By rearranging the `[all[]]` operator we are able to ensure that shadow
tiddlers get processed before ordinary tiddlers. This makes it easier
to create custom stylesheets that override the core.
2014-04-18 09:28:14 +01:00

7 lines
350 B
Plaintext

title: $:/editions/clientserver/download-offline
\define saveTiddlerFilter()
[all[shadows+tiddlers]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] -[[$:/plugins/tiddlywiki/filesystem]] -[[$:/plugins/tiddlywiki/tiddlyweb]] +[sort[title]]
\end
{{$:/core/templates/tiddlywiki5.html}}