mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
3d10a35fb7
* Explore externalising TiddlyWiki's JS core into a separate file * Fix missing newline after copyright notice * Add an error alert if tiddlywiki.js can't be loaded
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}}
|