2018-09-05 07:44:27 +00:00
|
|
|
title: $:/core/save/all-external-js
|
|
|
|
|
2023-01-19 16:52:12 +00:00
|
|
|
\whitespace trim
|
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
|
2022-12-07 22:02:58 +00:00
|
|
|
\define defaultCoreURL() %24%3A%2Fcore%2Ftemplates%2Ftiddlywiki5.js
|
|
|
|
<$let coreURL={{{ [[coreURL]is[variable]then<coreURL>else<defaultCoreURL>] }}}>
|
|
|
|
{{$:/core/templates/tiddlywiki5-external-js.html}}
|
|
|
|
</$let>
|