mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-02 19:37:12 +00:00
Fix bug with innerwiki template
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
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
title: $:/plugins/tiddlywiki/innerwiki/template
|
||||
|
||||
\define saveTiddlerFilter()
|
||||
$:/boot/boot.css
|
||||
$:/boot/boot.js
|
||||
$:/boot/bootprefix.js
|
||||
$:/core
|
||||
$:/library/sjcl.js
|
||||
$:/plugins/tiddlywiki/innerwiki
|
||||
$:/plugins/tiddlywiki/railroad
|
||||
$:/themes/tiddlywiki/snowwhite
|
||||
|
||||
Reference in New Issue
Block a user