mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-13 21:34:51 +00:00
9 lines
623 B
Plaintext
9 lines
623 B
Plaintext
|
title: $:/core/save/offline-external-js
|
||
|
|
||
|
\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]
|
||
|
\define saveTiddlerFilter()
|
||
|
[is[tiddler]] -[prefix[$:/state/popup/]] -[prefix[$:/temp/]] -[prefix[$:/HistoryList]] -[status[pending]plugin-type[import]] -[[$:/core]] -[[$:/plugins/tiddlywiki/filesystem]] -[[$:/plugins/tiddlywiki/tiddlyweb]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] $(publishFilter)$
|
||
|
\end
|
||
|
\define coreURL() tiddlywikicore-$(version)$.js
|
||
|
{{$:/core/templates/tiddlywiki5-external-js.html}}
|