element-web/src/editor
Bruno Windels 4933b9b050
Merge pull request #3468 from matrix-org/bwindels/cider-autocomplete-fixes
Fix: when using autocomplete, ensure command is not sent as text, and @room notifs gets needed suffix
2019-09-23 13:57:07 +00:00
..
autocomplete.js add suffixes from provider to room and @room completions 2019-09-23 14:40:41 +02:00
caret.js support update callback setting selection instead of caret 2019-09-04 16:40:34 +02:00
deserialize.js don't append extra newline after blockquote anymore 2019-09-23 15:33:30 +02:00
diff.js document return type 2019-07-30 12:34:30 +02:00
dom.js improve algorithm to reduce selection to text node + charactar offset 2019-09-04 16:40:34 +02:00
history.js ensure step before formatting is persisted in undo history 2019-09-06 11:20:24 +02:00
model.js Merge pull request #3393 from matrix-org/bwindels/cider-fix-lastcaret 2019-09-06 09:22:10 +00:00
offset.js move quote formatting out of react component 2019-09-04 16:40:34 +02:00
operations.js support toggling inline formatting 2019-09-06 16:25:55 +02:00
parts.js insert command completion as command part (instead of plain) 2019-09-23 14:39:19 +02:00
position.js update last caret from update callback instead of input event 2019-09-06 11:09:01 +02:00
range.js make _replaceRange internal only 2019-09-04 16:40:34 +02:00
render.js fix bug that prevented a line from being removed when undoing a newline 2019-08-01 11:28:40 +02:00
serialize.js allow escaping the first slash to not write a command 2019-09-02 17:53:14 +02:00