mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
7 lines
342 B
Plaintext
7 lines
342 B
Plaintext
|
title: $:/core/save/all-external-js
|
||
|
|
||
|
\define saveTiddlerFilter()
|
||
|
[is[tiddler]] -[prefix[$:/state/popup/]] -[[$:/HistoryList]] -[[$:/core]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] $(publishFilter)$
|
||
|
\end
|
||
|
{{$:/core/templates/tiddlywiki5-external-js.html}}
|