TiddlyWiki5/core/modules/widgets
Jeremy Ruston 64ee20edd2
Further MVV fixes (#9645)
* Add ((var)) syntax for passing multi-valued variables through transclude pipeline

Introduce ((var)) attribute syntax to explicitly pass
MVVs to procedures and functions via $transclude, solving the limitation
where <<var>> always resolves to the first value only for backwards
compatibility. Also adds ((var||sep)) and (((filter||sep))) inline display
syntax for debugging MVV values, and multivalued defaults for parameter attributes

* Create pr-draft.md

* Revert "Create pr-draft.md"

This reverts commit dd116af41b.

* Update change note

* Fix linting errors
2026-02-10 12:16:20 +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
audio.js
browse.js
button.js
checkbox.js
codeblock.js
count.js
data.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
error.js
eventcatcher.js
fieldmangler.js
fields.js
fill.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 Further MVV fixes (#9645) 2026-02-10 12:16:20 +01:00
password.js
qualify.js
radio.js
range.js
raw.js
reveal.js
scrollable.js
select.js
setmultiplevariables.js
setvariable.js
slot.js
testcase.js
text.js
tiddler.js
transclude.js Further MVV fixes (#9645) 2026-02-10 12:16:20 +01:00
vars.js
view.js
void.js
widget.js Further MVV fixes (#9645) 2026-02-10 12:16:20 +01:00
wikify.js