TiddlyWiki5/core/modules/widgets
Ke Wang c93d56667e
Extend ImageWidget to generate the src based on the encoding format of the image entries (#7783)
* Make ImageWidget rendering image tiddler based on encoding of type

* change indent

* use deserializerType instead of type
2023-10-17 09:47:46 +01:00
..
action-confirm.js
action-createtiddler.js
action-deletefield.js Fix removing a field with empty name (#6888) 2022-08-09 18:44:45 +02:00
action-deletetiddler.js
action-listops.js
action-log.js
action-navigate.js
action-popup.js Fixed PR to fix popup position if popup is triggered from within an offsetParent element (#7013) 2022-12-01 21:16:44 +00:00
action-sendmessage.js
action-setfield.js
action-setmultiplefields.js
browse.js
button.js Fixed PR to fix popup position if popup is triggered from within an offsetParent element (#7013) 2022-12-01 21:16:44 +00:00
checkbox.js Fix checkbox widget when listIndex field undefined (#7679) 2023-08-15 17:12:49 +01:00
codeblock.js
count.js
diff-text.js Fix diff-text widget crash with empty/missing attributes 2023-05-18 12:47:40 +01:00
draggable.js Feat: dynamically refresh class for draggable widget DOM node instead of re-rendering the widget (#6787) 2022-07-15 15:37:27 +01:00
droppable.js
dropzone.js Correct handling of pasting tiddlers (#7215) 2023-05-06 14:02:16 +01:00
edit-binary.js
edit-bitmap.js
edit-shortcut.js
edit-text.js
edit.js Revert "Bidirectional text improvements (#4541)" 2023-06-21 17:13:33 +01:00
element.js Fix crash with illegal tag names for element widget 2022-12-20 17:31:51 +00:00
encrypt.js
entity.js
error.js Improve recursion detection for transclusion and filters (#6970) 2022-10-01 10:13:40 +01:00
eventcatcher.js
fieldmangler.js
fields.js
fill.js Parameterised transclusions (#6666) 2023-04-19 11:55:25 +01:00
genesis.js Fixed issue where $genesis didn't pass isBlock (#7230) 2023-02-10 10:17:32 +00:00
image.js Extend ImageWidget to generate the src based on the encoding format of the image entries (#7783) 2023-10-17 09:47:46 +01:00
importvariables.js Trim whitespace when importing variables in $importvariables (#7611) 2023-07-17 09:18:42 +01:00
jsontiddler.js
keyboard.js Allow global keyboard shortcuts to override all other shortcuts by providing a special field (#6735) 2022-10-07 17:31:04 +01:00
let.js Improved fix for #7270 2023-03-10 09:41:36 +00:00
link.js Extend encodeuricomponent to process additional characters (#7128) 2023-01-19 17:45:54 +00:00
linkcatcher.js Linkcatcher should pass through event objects (#7401) 2023-05-06 12:07:55 +01:00
list.js Add support for list-template and list-empty widgets for specifying list widget templates (#7784) 2023-10-14 09:31:11 +01:00
log.js
macrocall.js Transclude widget should use fallback content if variable is missing or blank 2023-05-11 16:26:18 +01:00
messagecatcher.js Fix typo in messagecatcher widget 2023-01-16 19:34:02 +00:00
navigator.js Fix importTitle and autoOpenOnImport in the tm-import-tiddler message (#7243) 2023-02-11 09:15:44 +00:00
parameters.js Parameterised transclusions (#6666) 2023-04-19 11:55:25 +01:00
password.js
qualify.js
radio.js
range.js
raw.js
reveal.js Revert "Bidirectional text improvements (#4541)" 2023-06-21 17:13:33 +01:00
scrollable.js Add the querySelectorSafe() function and replace querySelector() usage (#7380) 2023-05-06 11:54:54 +01:00
select.js Add tabindex to SelectWidget and docs (#7594) 2023-07-09 16:52:35 +01:00
setmultiplevariables.js
setvariable.js Parameterised transclusions (#6666) 2023-04-19 11:55:25 +01:00
slot.js Add fillignore attribute to transclude widget to fix visible transclusion (#7451) 2023-05-14 21:25:35 +01:00
text.js
tiddler.js
transclude.js Fix refreshing of transcluded functions (#7698) 2023-10-14 09:44:18 +01:00
vars.js
view.js Extend encodeuricomponent to process additional characters (#7128) 2023-01-19 17:45:54 +00:00
widget.js Revert "Add widget.destroy() function (#7468)" 2023-07-22 11:41:36 +01:00
wikify.js