TiddlyWiki5/core/modules/widgets
Saq Imtiaz 76cdc17f3b
Support macro parameters in filter run prefixes (#6164)
* Support macro params in filter run prefixes and support substitution for variables set by filter run prefixes

* feat: add support macro parameters and variable substitution for all filter run prefixes

* fix: rename options argument to opts for disambiguation

* feat: add support for macro params to cascade filterrun prefix
2021-11-23 13:51:42 +00:00
..
action-confirm.js Fix(action-confirm): check if event is defined before accessing its properties (#6063) 2021-09-22 13:43:02 +01:00
action-createtiddler.js
action-deletefield.js
action-deletetiddler.js
action-listops.js
action-log.js
action-navigate.js
action-popup.js
action-sendmessage.js Fix typo in d5f72cb282 2021-10-28 09:18:54 +01:00
action-setfield.js
action-setmultiplefields.js Set multiple fields/variables/params using filters (#6130) 2021-10-27 11:20:11 +01:00
browse.js
button.js
checkbox.js
codeblock.js Fix refreshing of codeblock widget 2021-11-05 08:28:56 +00:00
count.js
diff-text.js
draggable.js Draggable widget: Add option to hide drag image 2021-09-12 14:20:03 +01:00
droppable.js
dropzone.js Fix: issues with drag and drop in Chrome 96 (#6261) 2021-11-21 20:48:16 +00:00
edit-binary.js
edit-bitmap.js
edit-shortcut.js
edit-text.js
edit.js
element.js
encrypt.js
entity.js
eventcatcher.js Fix eventcatcher widget: check for event properties before accessing (#6048) 2021-09-18 15:08:15 +01:00
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
let.js Add $let widget (#6148) 2021-10-30 11:42:22 +01:00
link.js Update link-widget refresh method (#6013) 2021-10-27 11:37:08 +01:00
linkcatcher.js
list.js
log.js
macrocall.js
messagecatcher.js MessageCatcher: Fix stack overflow when re-issuing a trapped message 2021-09-20 16:46:26 +01:00
navigator.js
password.js
qualify.js
radio.js Fixed refresh bug with radio widget where the tc-radio-selected class is not correctly updated (#6044) 2021-09-17 12:52:27 +01:00
range.js
raw.js
reveal.js Reveal widget: fix crash when popup tiddler is refreshed but the popup is not displayed 2021-08-04 17:00:42 +01:00
scrollable.js
select.js
setmultiplevariables.js Set multiple fields/variables/params using filters (#6130) 2021-10-27 11:20:11 +01:00
setvariable.js
text.js
tiddler.js
transclude.js
vars.js Add $let widget (#6148) 2021-10-30 11:42:22 +01:00
view.js
widget.js Support macro parameters in filter run prefixes (#6164) 2021-11-23 13:51:42 +00:00
wikify.js