mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-04 09:06:18 +00:00
762940adbc
These tiddlers were being handled as `<script>` tags to make it easier to debug them. But in fact modern dev tools are quite happy to debug code that has been eval’d, and this arrangement was causing problems for importing. Fixes #335
7 lines
237 B
Plaintext
7 lines
237 B
Plaintext
title: $:/core/save/empty
|
|
|
|
\define saveTiddlerFilter()
|
|
[is[system]] -[type[text/css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]]
|
|
\end
|
|
{{$:/core/templates/tiddlywiki5.html}}
|