1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-01 16:30:46 +00:00
TiddlyWiki5/core/modules/widgets
saqimtiaz 7911007973
Revised: toggling relink in tm-rename-tiddler (#4723)
* switch boolean logic in new parameters

Use renameinTags and renameInLists instead of dontRenameInTags and dontRenameInLists respectively. This avoids users having to think through double negatives, as well as corresponds better to the setting in $:/config/RelinkOnRename

* Updated docs for revised parameters for tm-new-tiddler
2020-06-19 18:20:25 +01: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-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 Fix lack of refresh when button widget actions attribute changes 2020-03-08 17:11:21 +00:00
checkbox.js Add checkactions attribute to Checkbox widget 2019-07-14 13:42:43 +01:00
codeblock.js Clean up the highlight plugin 2014-02-10 13:51:38 +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 Check for DOM node existence before removing class. (#4696) 2020-06-11 12:11:56 +01:00
dropzone.js Add "class" attribute to dropzone widget 2020-04-03 10:33:39 +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 Cancel popups when clicking within an editor (#4658) 2020-06-11 11:41:35 +01:00
element.js Add support for rebasing headings at render time 2018-06-10 15:54:23 +01:00
encrypt.js Refactor wiki.filterTiddlers() 2014-04-27 20:03:33 +01:00
entity.js Introduce text editor toolbar (#2315) 2016-04-22 08:36:29 +01: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 Fix beyboard widget empty parameters (#4094) 2019-07-30 13:47:56 +01:00
link.js Fix link widget to work within SVG elements 2020-04-19 12:57:56 +01:00
linkcatcher.js Fix linkcatcher recursion problem 2017-07-10 14:43:43 +01:00
list.js Undo 664225f6fd and 56640b90bb 2016-10-26 21:41:41 +01:00
macrocall.js Make macro parameters available as variables in wikified macros (#3063) 2017-12-16 09:10:10 +00:00
navigator.js Revised: toggling relink in tm-rename-tiddler (#4723) 2020-06-19 18:20:25 +01: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 sets checked class for radio widget wrapper / label (#2182) 2018-04-08 09:52:41 +01:00
range.js Fix range widget for IE10/11 (#4534) 2020-04-03 13:07:55 +01:00
raw.js Added missing RawWidget 2013-12-21 16:11:48 +00:00
reveal.js Reveal widget: add option to avoid clamping popup position 2019-07-04 15:58:27 +01:00
scrollable.js Fix (again) error in scrollable.js (#4705) 2020-06-11 13:54:59 +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 Add localisable strings for error (#2447) 2016-05-17 21:58:47 +01: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 Add originating widget to event objects 2020-05-09 15:53:38 +01:00
wikify.js Add 'formattedtext' output type to Wikify widget 2016-10-18 09:13:52 +01:00