TiddlyWiki5/core/modules
jeremy@jermolene.com d5d73e02e9 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
2021-10-02 16:17:07 +01:00
..
commands Render command: verbose mode should print title before rendering 2021-09-24 18:40:34 +01:00
editor Avoid MSIE crash 2021-09-01 09:56:17 +01:00
filterrunprefixes :map filter run prefix with docs and tests (#5813) 2021-06-21 20:59:58 +01:00
filters Added modulesproperty filter operator and extended modules operator (#6055) 2021-09-20 08:25:53 +01:00
indexers style(App) eliminate whitespace at the end of code lines (#5735) 2021-05-30 19:20:17 +01:00
info style(App) eliminate whitespace at the end of code lines (#5735) 2021-05-30 19:20:17 +01:00
macros
parsers Support for macro params in filter operands (#5836) 2021-06-29 22:21:39 +01:00
savers Adds $tw.utils.decodeURISafe and $tw.utils.decodeURIComponentSafe (#5999) 2021-08-29 13:39:32 +01:00
server Adds $tw.utils.decodeURISafe and $tw.utils.decodeURIComponentSafe (#5999) 2021-08-29 13:39:32 +01:00
startup Adds $tw.utils.decodeURISafe and $tw.utils.decodeURIComponentSafe (#5999) 2021-08-29 13:39:32 +01:00
storyviews Add test to storyviews if targetElement is null (#5767) 2021-06-09 10:18:15 +01:00
upgraders
utils Additional transliteration pairs 2021-09-24 18:29:40 +01:00
widgets Fix bug with innerwiki template 2021-10-02 16:17:07 +01:00
commander.js style(App) eliminate whitespace at the end of code lines (#5735) 2021-05-30 19:20:17 +01:00
config.js
deserializers.js Add support for JSON-formatted tiddler store, and make it the default (#5708) 2021-07-14 09:15:30 +01:00
filters.js Support for macro params in filter operands (#5836) 2021-06-29 22:21:39 +01:00
keyboard.js Keyboard widget: provide variable for shortcut descriptor to actions. (#5782) 2021-06-14 12:03:59 +01:00
language.js
pluginswitcher.js
saver-handler.js Fix faulty external-js single-file wiki (#5570) 2021-07-06 15:02:21 +01:00
story.js
syncer.js Fix syncer logout alert (#5936) 2021-08-05 14:50:22 +01:00
tiddler.js
wiki-bulkops.js
wiki.js Optimise wiki.sortTiddlers() (#6053) 2021-09-22 13:44:35 +01:00