cinny/src/app/organisms/room/message
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
..
AudioContent.tsx Fix emoji and other related bugs (#1504) 2023-10-26 09:09:27 +11:00
EncryptedContent.tsx Fix Boken Image & Sticker (#1455) 2023-10-19 17:41:49 +11:00
EventContent.tsx Refactor timeline (#1346) 2023-10-06 08:14:06 +05:30
FileContent.tsx Render file as readable with ext (#1446) 2023-10-10 11:37:28 +05:30
FileHeader.tsx Refactor timeline (#1346) 2023-10-06 08:14:06 +05:30
fileRenderer.tsx Refactor timeline (#1346) 2023-10-06 08:14:06 +05:30
ImageContent.tsx Fix Boken Image & Sticker (#1455) 2023-10-19 17:41:49 +11:00
index.ts Refactor timeline (#1346) 2023-10-06 08:14:06 +05:30
Message.tsx Room input improvements (#1502) 2023-10-25 16:50:38 +11:00
MessageEditor.tsx Improve Editor related bugs and add multiline md (#1507) 2023-10-27 21:27:22 +11:00
Reactions.tsx Room input improvements (#1502) 2023-10-25 16:50:38 +11:00
StickerContent.tsx Fix Boken Image & Sticker (#1455) 2023-10-19 17:41:49 +11:00
styles.css.ts Improve Editor related bugs and add multiline md (#1507) 2023-10-27 21:27:22 +11:00
util.ts Refactor timeline (#1346) 2023-10-06 08:14:06 +05:30
VideoContent.tsx Refactor timeline (#1346) 2023-10-06 08:14:06 +05:30