mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-27 06:50:46 -08:00
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
|
||
|---|---|---|
| .. | ||
| commands | ||
| editor | ||
| filterrunprefixes | ||
| filters | ||
| indexers | ||
| info | ||
| macros | ||
| parsers | ||
| savers | ||
| server | ||
| startup | ||
| storyviews | ||
| upgraders | ||
| utils | ||
| widgets | ||
| commander.js | ||
| config.js | ||
| deserializers.js | ||
| filters.js | ||
| keyboard.js | ||
| language.js | ||
| pluginswitcher.js | ||
| saver-handler.js | ||
| story.js | ||
| syncer.js | ||
| tiddler.js | ||
| wiki-bulkops.js | ||
| wiki.js | ||