mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-13 21:34:51 +00:00
6fb992690d
This might be a controversial change as it also means that it is no longer possible to include `$:/state/…` tiddlers in a wiki to set up the initial configuration.
7 lines
294 B
Plaintext
7 lines
294 B
Plaintext
title: $:/core/save/lazy-images
|
|
|
|
\define saveTiddlerFilter()
|
|
[is[tiddler]] -[prefix[$:/state/]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] -[!is[system]is[image]] +[sort[title]]
|
|
\end
|
|
{{$:/core/templates/tiddlywiki5.html}}
|