TiddlyWiki5/core/modules/widgets
2020-11-14 13:00:00 +00:00
..
action-createtiddler.js Action create tiddler improvements (#4436) 2020-04-15 15:51:21 +01:00
action-deletefield.js Fix crash with action-deletefield and missing tiddler attribute 2019-08-24 11:39:00 +01:00
action-deletetiddler.js
action-listops.js
action-log.js Introduce <$action-log> widget to help debugging action strings 2020-11-14 13:00:00 +00:00
action-navigate.js Fix action-navigate widget for undefined event (#3542) 2018-11-15 16:49:41 +00:00
action-popup.js ActionPopup widget: Add ability to cancel all popups 2020-04-21 22:19:03 +01:00
action-sendmessage.js
action-setfield.js
browse.js BrowseWidget: Add "accepts" attribute 2020-04-21 22:18:34 +01:00
button.js Added disabled attribute support to ButtonWidget (#5010) 2020-11-08 22:32:27 +00:00
checkbox.js Added disabled attribute to input widgets (#5014) 2020-11-09 18:28:12 +00:00
codeblock.js
count.js Fix count widget to return "0" for an empty filter string instead of undefined 2020-04-09 11:04:50 +01:00
diff-text.js
draggable.js Fix suspected typo that impacts refresh handling (#4464) 2020-03-09 21:07:34 +00:00
droppable.js Add modifier variable to button actionstring (#4671) 2020-07-14 17:04:06 +01:00
dropzone.js Extend tm-import-tiddlers message (#4741) 2020-06-27 12:32:11 +01:00
edit-binary.js Add download button/link to binary tiddler warning banners in view and edit mode (#4423) 2020-01-31 09:13:28 +00:00
edit-bitmap.js Fix edit-bitmap crash with missing tiddlers 2019-08-02 09:16:36 +01:00
edit-shortcut.js Fix typo in edit-shortcut widget refresh - missing focus attr (#3815) 2019-03-02 18:16:55 +01:00
edit-text.js
edit.js Keyboard-driven dropdown inputs (#4725) 2020-07-13 17:42:55 +01:00
element.js Extend the element widget with a hook to intercept DOM node creation 2020-07-02 13:13:55 +01:00
encrypt.js
entity.js Fix Entity widget not rendering its content without a refresh (#4776) 2020-07-31 08:25:15 +01:00
fieldmangler.js
fields.js Add new parameters to fields-widget and fields-operator. (#4433) 2020-04-15 12:36:48 +01:00
image.js
importvariables.js Fix importvariables crash (#4593) 2020-04-23 09:10:52 +01:00
keyboard.js KeyboardWidget: don't trap keyboard shortcut if actions and message are empty and invokeActions isn't handled (#4971) 2020-11-06 17:32:26 +00:00
link.js Link widget: Include original event in tm-navigate (#4724) 2020-08-27 15:52:25 +01:00
linkcatcher.js Add modifier variable to linkcatcher actionstring (#4758) 2020-07-15 12:27:14 +01:00
list.js Init less parsers (#4954) 2020-11-01 17:14:42 +00:00
macrocall.js Extend Macro Call Widget to support outputting raw text 2020-09-28 11:30:28 +01:00
navigator.js Remove dependency on wiki.js for story-startup and navigator (#4200) 2020-11-02 22:52:02 +00:00
password.js
qualify.js Change qualify widget parameter name to match qualify macro 2018-11-06 16:41:18 +00:00
radio.js Added disabled attribute to input widgets (#5014) 2020-11-09 18:28:12 +00:00
range.js Added disabled attribute to input widgets (#5014) 2020-11-09 18:28:12 +00:00
raw.js
reveal.js Reveal widget: add option to avoid clamping popup position 2019-07-04 15:58:27 +01:00
scrollable.js Extend tm-scroll to accept CSS selector to identify the target 2020-10-14 15:59:27 +01:00
select.js Select widget: fix bug with deselecting entries programmatically 2019-10-11 17:46:30 +01:00
setvariable.js
text.js
tiddler.js
transclude.js Initial support for switching page templates (#4979) 2020-11-07 09:51:01 +00:00
vars.js
view.js
widget.js Introduce post-render startup actions 2020-10-25 16:22:21 +00:00
wikify.js