mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Add download-empty for chinese editions
This commit is contained in:
parent
b798743b3e
commit
485de75ffc
@ -0,0 +1,6 @@
|
||||
title: $:/editions/zh-Hans/snippets/download-empty-button
|
||||
|
||||
<$button class="tc-btn-big-green">
|
||||
<$action-sendmessage $message="tm-download-file" $param="$:/editions/zh-Hant/download-empty" filename="empty.zh-Hans.html"/>
|
||||
简体中文版 {{$:/core/images/save-button}}
|
||||
</$button>
|
@ -0,0 +1,9 @@
|
||||
title: $:/editions/zh-Hans/download-empty
|
||||
|
||||
\define saveTiddlerFilter()
|
||||
[[$:/core]] [[$:/isEncrypted]] [[$:/language]] [[$:/languages/zh-Hans]] [[$:/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
|
||||
{{$:/core/templates/tiddlywiki5.html}}
|
@ -0,0 +1,6 @@
|
||||
title: $:/editions/zh-Hant/snippets/download-empty-button
|
||||
|
||||
<$button class="tc-btn-big-green">
|
||||
<$action-sendmessage $message="tm-download-file" $param="$:/editions/zh-Hant/download-empty" filename="empty.zh-Hant.html"/>
|
||||
繁體中文版 {{$:/core/images/save-button}}
|
||||
</$button>
|
@ -0,0 +1,9 @@
|
||||
title: $:/editions/zh-Hant/download-empty
|
||||
|
||||
\define saveTiddlerFilter()
|
||||
[[$:/core]] [[$:/isEncrypted]] [[$:/language]] [[$:/languages/zh-Hant]] [[$:/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
|
||||
{{$:/core/templates/tiddlywiki5.html}}
|
Loading…
Reference in New Issue
Block a user