mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-25 05:51:01 -08: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 changed files with 4 additions and 4 deletions
|
|
@ -1,10 +1,10 @@
|
|||
title: $:/editions/tw5.com/download-empty
|
||||
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]]
|
||||
\end
|
||||
\define savingEmpty()
|
||||
yes
|
||||
\end
|
||||
|
||||
\procedure savingEmpty() yes
|
||||
|
||||
{{$:/core/templates/tiddlywiki5.html}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue