TiddlyWiki5/core/modules/widgets
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
..
action-confirm.js
action-createtiddler.js
action-deletefield.js
action-deletetiddler.js
action-listops.js
action-log.js
action-navigate.js
action-popup.js
action-sendmessage.js
action-setfield.js
browse.js
button.js
checkbox.js
codeblock.js
count.js
diff-text.js
draggable.js
droppable.js
dropzone.js
edit-binary.js
edit-bitmap.js
edit-shortcut.js
edit-text.js
edit.js
element.js
encrypt.js
entity.js
eventcatcher.js
fieldmangler.js
fields.js
image.js
importvariables.js
jsontiddler.js Fix bug with innerwiki template 2021-10-02 16:17:07 +01:00
keyboard.js
link.js
linkcatcher.js
list.js
log.js
macrocall.js
messagecatcher.js
navigator.js
password.js
qualify.js
radio.js
range.js
raw.js
reveal.js
scrollable.js
select.js
setvariable.js
text.js
tiddler.js
transclude.js
vars.js
view.js
widget.js
wikify.js