mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-06-05 08:04:07 +00:00
Stop generating static content when we're saving an encrypted wiki
This commit is contained in:
parent
c29975f6b3
commit
78f56ba875
@ -1,7 +1,12 @@
|
|||||||
title: $:/core/templates/static.content
|
title: $:/core/templates/static.content
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
|
|
||||||
|
<$reveal type="nomatch" state="$:/isEncrypted" text="yes">
|
||||||
<!-- For Google, and people without JavaScript-->
|
<!-- For Google, and people without JavaScript-->
|
||||||
<$list filter="[!is[system]sort[title]]" >
|
<$list filter="[!is[system]sort[title]]" >
|
||||||
<$view field="title" format="text"></$view>
|
<$view field="title" format="text"></$view>
|
||||||
</$list>
|
</$list>
|
||||||
|
</$reveal>
|
||||||
|
<$reveal type="match" state="$:/isEncrypted" text="yes">
|
||||||
|
This file contains an encrypted ~TiddlyWiki. Enable ~JavaScript and enter the decryption password when prompted.
|
||||||
|
</$reveal>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user