vojo/src/app
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
..
atoms Vite plugin to add svg as inline data (#1072) 2023-01-15 09:52:58 +05:30
components Improve Editor related bugs and add multiline md (#1507) 2023-10-27 21:27:22 +11:00
hooks fix thread fallback (#1478) 2023-10-23 21:43:07 +11:00
molecules Fix permission detection for updating emojis (#1125) 2023-09-01 10:19:34 +05:30
organisms Improve Editor related bugs and add multiline md (#1507) 2023-10-27 21:27:22 +11:00
pages Refactor state & Custom editor (#1190) 2023-06-12 16:45:23 +05:30
partials Fix members btn not visible in small devices 2022-04-24 16:47:24 +05:30
plugins Improve Editor related bugs and add multiline md (#1507) 2023-10-27 21:27:22 +11:00
state Improve Editor related bugs and add multiline md (#1507) 2023-10-27 21:27:22 +11:00
styles Fix emoji and other related bugs (#1504) 2023-10-26 09:09:27 +11:00
templates Fix emoji and other related bugs (#1504) 2023-10-26 09:09:27 +11:00
utils Improve Editor related bugs and add multiline md (#1507) 2023-10-27 21:27:22 +11:00