1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-26 15:23:15 +00:00
TiddlyWiki5/core/modules/widgets
saqimtiaz fa63ac5d1e
Add: Eventcatcher widget (#5086)
* Jeremy's original version of the event widget

* Renamed to eventcatcher, added modifier key support and mouse button support as variables

* Allow updating classname without re-rendering entire widget

* Handle tag attribute in refresh handler

* Improve handling for mouse button variable

* Fix typo in refresh handler

* Added variables for position of selected node and position of event relative to selected node and catcher node
2020-11-22 20:47:12 +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 More action-deletetiddler fixes 2014-11-09 16:53:33 +00:00
action-listops.js Adjust listops widget to only modify tiddler if tags have changed 2017-03-24 09:57:22 +00:00
action-log.js Extend action-log and subclass it as log widget (#5078) 2020-11-20 14:08:18 +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 Add page print button 2016-10-20 09:44:52 +01:00
action-setfield.js Revert "Merge pull request #2166 from matabele/patch-5" 2016-01-06 09:38:39 +00:00
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 Clean up the highlight plugin 2014-02-10 13:51:38 +00:00
confirm.js Added docs for action-confirm widget, added default message for widget and improved logic for disabling it. (#5047) 2020-11-16 17:02:22 +00:00
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 Improve diff count for diff-text widget 2018-04-03 17:50:17 +01:00
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 Introduce text editor toolbar (#2315) 2016-04-22 08:36:29 +01:00
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 Refactor wiki.filterTiddlers() 2014-04-27 20:03:33 +01:00
entity.js Fix Entity widget not rendering its content without a refresh (#4776) 2020-07-31 08:25:15 +01:00
eventcatcher.js Add: Eventcatcher widget (#5086) 2020-11-22 20:47:12 +00:00
fieldmangler.js Ensure fieldmangler widget always updates modifier/modified fields 2017-09-20 14:09:18 +01:00
fields.js Add new parameters to fields-widget and fields-operator. (#4433) 2020-04-15 12:36:48 +01:00
image.js Fix problem with lazy loading images 2016-05-02 10:29:26 +01:00
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
log.js Extend action-log and subclass it as log widget (#5078) 2020-11-20 14:08:18 +00:00
macrocall.js Extend Macro Call Widget to support outputting raw text 2020-09-28 11:30:28 +01:00
navigator.js Improved status messages in ImportListing to remove redundant and irrelevant messages (#5059) 2020-11-17 19:12:41 +00:00
password.js Fix default password 2013-11-10 19:22:10 +00:00
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 Added missing RawWidget 2013-12-21 16:11:48 +00:00
reveal.js Reveal widget allow re-positioning (#5087) 2020-11-21 17:19:52 +00: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 Restrict variable substitutions to macros defined with the define pragma 2018-06-15 08:31:02 +01:00
text.js Fixed text widget crashing when text is missing 2014-08-28 20:20:38 +01:00
tiddler.js Refine refreshing of tiddler widget 2014-11-09 17:10:18 +00:00
transclude.js Initial support for switching page templates (#4979) 2020-11-07 09:51:01 +00:00
vars.js Tweaks to #1678 2015-05-07 19:44:08 +01:00
view.js Add "mode" attribute to View widget 2017-08-24 20:58:08 +01:00
widget.js Introduce post-render startup actions 2020-10-25 16:22:21 +00:00
wikify.js Add 'formattedtext' output type to Wikify widget 2016-10-18 09:13:52 +01:00