mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-16 06:44:50 +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
10 lines
242 B
Plaintext
10 lines
242 B
Plaintext
title: $:/core/templates/tiddlywiki5.js/tiddlers
|
|
|
|
`
|
|
$tw.preloadTiddlerArray(`<$text text=<<jsontiddlers "[[$:/core]]">>/>`);
|
|
$tw.preloadTiddlerArray([{
|
|
title: "$:/config/SaveWikiButton/Template",
|
|
text: "$:/core/save/all-external-js"
|
|
}]);
|
|
`
|