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

Add editable preview mode to Markdown editor #669

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 1, 2024

  1. Add editable preview mode to Markdown editor

    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.
    vishwamartur committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    50f1f0a View commit details
    Browse the repository at this point in the history