1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-28 06:44:22 +00:00
TiddlyWiki5/core/modules/editor/operations/text
Max Schillinger 7cbe1e1d83
Fix toggling of the numbered list prefix in Markdown tiddlers (#6697)
* Fix toggling of the numbered list prefix in Markdown tiddlers

* Define startsWith in utils.js because it's not available in ECMAScript5.1
2022-05-17 22:31:50 +02:00
..
excise.js Introduce text editor toolbar (#2315) 2016-04-22 08:36:29 +01:00
focus-editor.js Add focus-editor text operation and use it where sensible (#6012) 2021-10-27 11:37:40 +01:00
insert-text.js New text operation insert-text (#5707) 2021-05-21 10:35:40 +01:00
make-link.js Introduce "link" editor toolbar button 2016-04-29 18:54:44 +01:00
prefix-lines.js Fix toggling of the numbered list prefix in Markdown tiddlers (#6697) 2022-05-17 22:31:50 +02:00
replace-all.js Introduce text editor toolbar (#2315) 2016-04-22 08:36:29 +01:00
replace-selection.js Introduce text editor toolbar (#2315) 2016-04-22 08:36:29 +01:00
save-selection.js New text editor operation: save selection to a tiddler 2018-06-29 15:09:51 +01:00
wrap-lines.js Allow toggling wrap-lines text operations (like mono block) (#6698) 2022-05-17 22:16:54 +02:00
wrap-selection.js Tentative: Remove conditional from wrap-selection text-operation (#3749) 2019-02-05 17:18:20 +00:00