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

preview mode editable #664

Open
ravisingh2000 opened this issue Oct 21, 2024 · 1 comment
Open

preview mode editable #664

ravisingh2000 opened this issue Oct 21, 2024 · 1 comment

Comments

@ravisingh2000
Copy link

I want preview mode editable while also being able to retrieve the Markdown content behind the scenes it it possible any example?

@caseychoiniere
Copy link

Also wondering if this is possible to achieve.

vishwamartur added a commit to vishwamartur/react-md-editor that referenced this issue Nov 1, 2024
Related to uiwjs#664

Add editable preview mode to the Markdown editor.

* **New Command**: Add `editablePreview` command in `core/src/commands/preview.tsx` to allow editing in preview mode.
* **TextArea Component**: Update `core/src/components/TextArea/index.tsx` to support rendering an editable preview mode.
* **Editor State Management**: Update `core/src/Editor.tsx` to manage the state and rendering of the editable preview mode.
* **Context Management**: Update `core/src/Context.tsx` to include support for editable preview mode in the context and state management.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants