2018-09-05 07:44:27 +00:00
|
|
|
title: $:/core/save/all-external-js
|
|
|
|
|
2023-01-19 16:52:12 +00:00
|
|
|
\whitespace trim
|
2023-05-09 14:46:54 +00:00
|
|
|
\import [subfilter{$:/core/config/GlobalImportFilter}]
|
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
|
2023-05-06 10:37:05 +00:00
|
|
|
|
|
|
|
<!-- Important: core library is provided by serving URI encoded $:/core/templates/tiddlywiki5.js -->
|
2022-12-07 22:02:58 +00:00
|
|
|
\define defaultCoreURL() %24%3A%2Fcore%2Ftemplates%2Ftiddlywiki5.js
|
2023-05-06 10:37:05 +00:00
|
|
|
|
2022-12-07 22:02:58 +00:00
|
|
|
<$let coreURL={{{ [[coreURL]is[variable]then<coreURL>else<defaultCoreURL>] }}}>
|
|
|
|
{{$:/core/templates/tiddlywiki5-external-js.html}}
|
|
|
|
</$let>
|