uiwjs / uiwjs/react-md-editor

Markdown content from Preview

Open
#599 7 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
2.9k
Forks
201
Avg merge
12m
Merged PRs (30d)
1

Description

Hi,

In my application, I am using markdown editor along with preview to create a markdown template which gets stored in the backend. This is fine.

In another part of my application, I just show the template content as preview where the editor and tool bar are hidden like below:

image

Now the users can check/uncheck the checkboxes or input some values in those text boxes which is fine.

image

But how do I get these updated changes done in the preview as raw markdown for me store in the backend?

Any help would be appreciated. Thank you!

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the repository's preview usage and the rendered checkbox and text-input behavior described in the issue. Determine whether changes made in the preview can be serialized back to raw Markdown; the work is done when updated checkbox states and input values can be retrieved for backend storage.

Written by the indexing model from the issue text.

Assessment

Tech stack
react, typescript
Domain
frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.