cinny/src/app/utils
Ajay Bura b24f858369
Improve Editor related bugs and add multiline md (#1507)
* remove shift from editor hotkeys

* fix inline markdown not working

* add block md parser - WIP

* emojify and linkify text without react-parser

* no need to sanitize text when emojify

* parse block markdown in editor output - WIP

* add inline parser option in block md parser

* improve codeblock regex

* ignore html tag when parsing inline md in block md

* add list markdown rule in block parser

* re-generate block markdown on edit

* change copy from inline markdown to markdown

* fix trim reply from body regex

* fix jumbo emoji in reply message

* fix broken list regex in block markdown

* enable markdown by defualt
2023-10-27 21:27:22 +11:00
..
AsyncSearch.ts Refactor state & Custom editor (#1190) 2023-06-12 16:45:23 +05:30
blurHash.ts Refactor timeline (#1346) 2023-10-06 08:14:06 +05:30
common.ts Refactor timeline (#1346) 2023-10-06 08:14:06 +05:30
disposable.ts Refactor state & Custom editor (#1190) 2023-06-12 16:45:23 +05:30
dom.ts Edit option (#1447) 2023-10-14 10:38:43 +05:30
key-symbol.ts Add ESC btn to toolbar to quickly exit formatting (#1283) 2023-06-16 11:09:09 +10:00
keyboard.ts Fix hotkeys (#1468) 2023-10-21 12:44:33 +05:30
markdown.ts Improve Editor related bugs and add multiline md (#1507) 2023-10-27 21:27:22 +11:00
matrix.ts Editor Commands (#1450) 2023-10-18 07:45:30 +05:30
mimeTypes.ts Editor Commands (#1450) 2023-10-18 07:45:30 +05:30
regex.ts Fix-timeline-loading (#1506) 2023-10-26 10:51:55 +05:30
room.ts Improve Editor related bugs and add multiline md (#1507) 2023-10-27 21:27:22 +11:00
sanitize.ts Improve Editor related bugs and add multiline md (#1507) 2023-10-27 21:27:22 +11:00
time.ts Refactor timeline (#1346) 2023-10-06 08:14:06 +05:30
user-agent.ts Editor Commands (#1450) 2023-10-18 07:45:30 +05:30