From e0aacc84d5f084ff7a53153c590fbff3d24f2e2c Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sun, 12 Jul 2015 09:08:11 +0100 Subject: [PATCH] Add publishFilter to default save template Making #1800 a bit more useful --- core/templates/save-all.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/templates/save-all.tid b/core/templates/save-all.tid index 78a6738a2..52ef0fb2c 100644 --- a/core/templates/save-all.tid +++ b/core/templates/save-all.tid @@ -1,6 +1,6 @@ title: $:/core/save/all \define saveTiddlerFilter() -[is[tiddler]] -[prefix[$:/state/popup/]] -[[$:/HistoryList]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] +[is[tiddler]] -[prefix[$:/state/popup/]] -[[$:/HistoryList]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] $(publishFilter)$ \end {{$:/core/templates/tiddlywiki5.html}}