1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-09 14:26:07 +00:00

Avoid saving $:/HistoryList

Otherwise it just keeps growing on each navigation.
This commit is contained in:
Jermolene
2014-07-03 14:33:20 +01:00
parent a3de93b4eb
commit 3ff7462afd
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
title: $:/editions/server/download-offline
\define saveTiddlerFilter()
[is[tiddler]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] -[[$:/plugins/tiddlywiki/filesystem]] -[[$:/plugins/tiddlywiki/tiddlyweb]] +[sort[title]]
[is[tiddler]] -[[$:/boot/boot.css]] -[[$:/HistoryList]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] -[[$:/plugins/tiddlywiki/filesystem]] -[[$:/plugins/tiddlywiki/tiddlyweb]] +[sort[title]]
\end
{{$:/core/templates/tiddlywiki5.html}}