2014-08-20 09:02:44 +00:00
|
|
|
title: $:/plugins/tiddlywiki/tiddlyweb/save/offline
|
2013-12-19 16:28:42 +00:00
|
|
|
|
2019-09-11 10:40:45 +00:00
|
|
|
\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]
|
2013-12-19 16:28:42 +00:00
|
|
|
\define saveTiddlerFilter()
|
2020-10-25 15:57:35 +00:00
|
|
|
[is[tiddler]] -[[$:/boot/boot.css]] -[prefix[$:/HistoryList]] -[status[pending]plugin-type[import]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] -[[$:/plugins/tiddlywiki/filesystem]] -[[$:/plugins/tiddlywiki/tiddlyweb]] -[prefix[$:/temp/]] +[sort[title]] $(publishFilter)$
|
2013-12-19 16:28:42 +00:00
|
|
|
\end
|
|
|
|
{{$:/core/templates/tiddlywiki5.html}}
|