From b33a3293fe35ee6e500ba76e92261a0bbf284a65 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sun, 24 Nov 2013 20:40:10 +0000 Subject: [PATCH] Rejig the main save template to get rid of the separate system tiddler area It dates from an ancient version of TW5, and is really redundant now. It also meant that system tiddlers were not encrypted, which seems confusing for end users. --- core/templates/store.area.template.html.tid | 7 +++++-- core/templates/tiddlywiki5.template.html.tid | 4 ---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/core/templates/store.area.template.html.tid b/core/templates/store.area.template.html.tid index e57bd0c68f..ed53599615 100644 --- a/core/templates/store.area.template.html.tid +++ b/core/templates/store.area.template.html.tid @@ -1,13 +1,16 @@ title: $:/core/templates/store.area.template.html +\define saveFilter() +[is[tiddler]] -[type[text/css]] -[type[application/javascript]has[module-type]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +\end <$reveal type="nomatch" state="$:/isEncrypted" text="yes"> `` <$reveal type="match" state="$:/isEncrypted" text="yes"> `` `` \ No newline at end of file diff --git a/core/templates/tiddlywiki5.template.html.tid b/core/templates/tiddlywiki5.template.html.tid index 85eea3a1f6..9ea4cf7232 100644 --- a/core/templates/tiddlywiki5.template.html.tid +++ b/core/templates/tiddlywiki5.template.html.tid @@ -30,10 +30,6 @@ title: $:/core/templates/tiddlywiki5.template.html {{$:/core/templates/static.content||$:/core/templates/html-tiddler}} - - {{$:/core/templates/store.area.template.html}}