mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
8 lines
434 B
Plaintext
8 lines
434 B
Plaintext
title: $:/core/save/all
|
|
|
|
\import [subfilter{$:/core/config/GlobalImportFilter}]
|
|
\define saveTiddlerFilter()
|
|
[is[tiddler]] -[prefix[$:/state/popup/]] -[prefix[$:/temp/]] -[prefix[$:/HistoryList]] -[status[pending]plugin-type[import]] -[[$:/boot/boot.css]] -[is[system]type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] $(publishFilter)$
|
|
\end
|
|
{{$:/core/templates/tiddlywiki5.html}}
|