element-portable/src/editor
Michael Telatynski 21ae29c002
Support s tags for strikethrough for Matrix v1.10 (#12604)
* Support s tags for strikethrough for Matrix v1.10

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* iterate

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Update src/Linkify.tsx

---------

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2024-06-13 13:44:48 +00:00
..
autocomplete.ts Improve quality of Typescript types (#10742) 2023-05-05 09:11:14 +01:00
caret.ts Fix caret jump when backspacing into empty line at beginning of editor (#11128) 2023-06-23 15:24:05 +00:00
commands.tsx Improve types for sendEvent (#12335) 2024-03-25 12:48:48 +00:00
deserialize.ts Support s tags for strikethrough for Matrix v1.10 (#12604) 2024-06-13 13:44:48 +00:00
diff.ts Replace deprecated String#substr with String#slice (#8314) 2022-04-14 07:52:42 +00:00
dom.ts Make more of the codebase conform to strict types (#10857) 2023-05-16 14:25:43 +01:00
history.ts Make more of the codebase conform to strict types (#10857) 2023-05-16 14:25:43 +01:00
model.ts Update dependency prettier to v3 (#12095) 2024-01-02 18:56:39 +00:00
offset.ts Update dependency prettier to v3 (#12095) 2024-01-02 18:56:39 +00:00
operations.ts Use * for italics as it doesn't break when used mid-word (#12523) 2024-05-15 09:01:45 +00:00
parts.ts Update dependency prettier to v3 (#12095) 2024-01-02 18:56:39 +00:00
position.ts Update dependency prettier to v3 (#12095) 2024-01-02 18:56:39 +00:00
range.ts Update dependency prettier to v3 (#12095) 2024-01-02 18:56:39 +00:00
render.ts Conform more code to strict null checking (#10167) 2023-02-16 17:21:44 +00:00
serialize.ts Handle newlines in user pills (#11166) 2023-07-05 22:00:27 +00:00