mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 01:26:18 +00:00
b659c65959
Add button to download an offline-compatible snapshot to the TiddlyWeb control panel
7 lines
384 B
Plaintext
7 lines
384 B
Plaintext
title: $:/editions/clientserver/download-offline
|
|
|
|
\define saveTiddlerFilter()
|
|
[is[tiddler]] -[type[text/css]] -[type[application/javascript]has[module-type]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] -[[$:/plugins/tiddlywiki/filesystem]] -[[$:/plugins/tiddlywiki/tiddlyweb]] +[sort[title]]
|
|
\end
|
|
{{$:/core/templates/tiddlywiki5.html}}
|