2018-09-05 07:44:27 +00:00
|
|
|
title: $:/core/save/all-external-js
|
|
|
|
|
2019-09-11 10:40:45 +00:00
|
|
|
\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]
|
2018-09-05 07:44:27 +00:00
|
|
|
\define saveTiddlerFilter()
|
2020-10-31 13:21:28 +00:00
|
|
|
[is[tiddler]] -[prefix[$:/state/popup/]] -[prefix[$:/temp/]] -[prefix[$:/HistoryList]] -[status[pending]plugin-type[import]] -[[$:/core]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] $(publishFilter)$
|
2018-09-05 07:44:27 +00:00
|
|
|
\end
|
|
|
|
{{$:/core/templates/tiddlywiki5-external-js.html}}
|