mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
3ff7462afd
Otherwise it just keeps growing on each navigation.
7 lines
287 B
Plaintext
7 lines
287 B
Plaintext
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]]
|
|
\end
|
|
{{$:/core/templates/tiddlywiki5.html}}
|