mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Docs - download empty button new syntax - v5.3.x (#8034)
* docs - download empty button new syntax - want to keep stuff like this for the time beeing * use \procedure instead of \define for consistency
This commit is contained in:
parent
0f395ce81d
commit
78a09fcf56
@ -1,10 +1,10 @@
|
|||||||
title: $:/editions/tw5.com/download-empty
|
title: $:/editions/tw5.com/download-empty
|
||||||
code-body: yes
|
code-body: yes
|
||||||
|
|
||||||
\define saveTiddlerFilter()
|
\procedure 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]]
|
[[$:/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
|
\end
|
||||||
\define savingEmpty()
|
|
||||||
yes
|
\procedure savingEmpty() yes
|
||||||
\end
|
|
||||||
{{$:/core/templates/tiddlywiki5.html}}
|
{{$:/core/templates/tiddlywiki5.html}}
|
||||||
|
Loading…
Reference in New Issue
Block a user