mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
d5d73e02e9
The problem was that the innerwiki template included the tiddler $:/plugins/tiddlywiki/railroad, which was omitted from the wiki. Unexpectedly, missing tiddlers were rendered by the jsontiddler widget as an empty object {}. The fix is to always include the title when the tiddler is missing. Also cleaned up the template to remove unneeded tiddlers
11 lines
252 B
Plaintext
11 lines
252 B
Plaintext
title: $:/plugins/tiddlywiki/innerwiki/template
|
|
|
|
\define saveTiddlerFilter()
|
|
$:/core
|
|
$:/plugins/tiddlywiki/innerwiki
|
|
$:/plugins/tiddlywiki/railroad
|
|
$:/themes/tiddlywiki/snowwhite
|
|
$:/themes/tiddlywiki/vanilla
|
|
\end
|
|
{{$:/core/templates/tiddlywiki5.html}}
|