-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
status: acceptedDisputed bug is accepted as valid or Feature accepted as desired to be added.Disputed bug is accepted as valid or Feature accepted as desired to be added.
Description
Is your feature request related to a problem?
There is currently no built-in way to create and edit rich Markdown/MDX content within the application. Users may want to write structured content, including admonitions like :::info, and have it properly displayed.
Describe the solution you'd like.
Integration of an MDX editor (such as mdxeditor.dev) to allow users to:
- Write and edit MDX content with support for for example admonitions (
:::info,:::warning, etc.). - Show content using a renderer like
react-markdown. - Support for embedding code snippets, images, and other MDX components.
Describe alternatives you've considered.
- Using a basic Markdown editor, but this lacks MDX features and advanced formatting.
- Relying on external MDX editing tools, but this adds extra steps and reduces user experience.
- Implementing a WYSIWYG editor instead, but this may not support MDX syntax natively.
Other
Metadata
Metadata
Assignees
Labels
status: acceptedDisputed bug is accepted as valid or Feature accepted as desired to be added.Disputed bug is accepted as valid or Feature accepted as desired to be added.
Type
Projects
Status
Ready