Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assess replacing markdown preview with a lexical based viewer #141

Open
elboletaire opened this issue Feb 6, 2024 · 0 comments
Open

Assess replacing markdown preview with a lexical based viewer #141

elboletaire opened this issue Feb 6, 2024 · 0 comments
Labels
chakra-components Things related to the chakra-components package enhancement New feature or request

Comments

@elboletaire
Copy link
Member

I may be wrong but, speaking off the top of my head, react-markdown and its requirements (remark-gfm right now, but adding more features require additional packages) are increasing considerably the final bundle size.

We should assess if this is still the solution we want, or if, instead, we use something based on lexical. Why lexical? Because it's a framework to create text editors that we're using on our scaffold for the WYSIWYG of markdown texts in descriptions, and it's lightweight and very versatile.

Note: before starting replacing one with the other, a conscientious search should be done in order to find any existing markdown rendering package based on lexical (something we failed on when we created the editor on ui-scaffold, since there are existing packages that could have worked).

@elboletaire elboletaire added enhancement New feature or request chakra-components Things related to the chakra-components package labels Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chakra-components Things related to the chakra-components package enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant