TiddlyWiki5/core/modules/widgets
jeremy@jermolene.com f307f00e32 Fixes to enable the transclude widget itself to be overridden
There are two big changes here:

Replace the previous "ts-wrapper" mechanism, which we had been using to redefine custom widgets inside their definitions to prevent recursive calls. Now we've got the genesis widget we can instead control recursion through a new "$remappable" attribute that allows the custom widget mechanism to be skipped.

We also extend the slot widget to allow a depth to be specified; it then reaches up by the indicated number of transclusion widgets to find the one from which it should retrieve the slot value.
2022-05-05 08:20:14 +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
action-setmultiplefields.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
genesis.js
image.js
importvariables.js
jsontiddler.js
keyboard.js
let.js
link.js
linkcatcher.js
list.js
log.js
macrocall.js
messagecatcher.js
navigator.js
parameters.js
password.js
qualify.js
radio.js
range.js
raw.js
reveal.js
scrollable.js
select.js
setmultiplevariables.js
setvariable.js
slot.js
text.js
tiddler.js
transclude.js
value.js
vars.js
view.js
widget.js
wikify.js