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
filters Added modulesproperty filter operator and extended modules operator (#6055) 2021-09-20 08:25:53 +01:00
indexers
info
macros
parsers
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
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
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 Optimise wiki.sortTiddlers() (#6053) 2021-09-22 13:44:35 +01:00