react-markdown-editor
react-markdown-editor copied to clipboard
A markdown editor with preview, implemented with React.js and TypeScript.
Hi, first of all thanks for the good work. I use basic example, app is run with razzle. ``` const [markdownVal, setMarkdownVal] = useState(code) return ( { setMarkdownVal(value) }} />...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@testing-library/react](https://redirect.github.com/testing-library/react-testing-library) | [`^14.0.0` -> `^16.0.0`](https://renovatebot.com/diffs/npm/@testing-library%2freact/14.3.1/16.0.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
setting tabIndex attribute / prop on Markdown editor component like this: ``` ``` it doesn't set it when rendered inside the app. Setting tabIndex manually in devtools makes it work...
need insert txt to content after upload image hope editor ref can set by outter
Need help with following best practice while using it with remix run with/without SSR support.
The cursor resets to the beginning of the document when you try to enter text chaotically and quickly. This problem also occurs if you type two characters at the same...
How do you see a development preview of the editor? I have forked and want to make some changes, specifically I would like to make the size of the button/icons...
Does this editor allows me to get the html value after conversion? or it's just view only? cuz I don't want to use another tool if this one can do...
Why do I see highlighted code in the editor, while the code in the preview is plain? Code ``` typescript import "@uiw/react-markdown-editor/markdown-editor.css"; import "@uiw/react-markdown-preview/markdown.css"; [...] { setValue(value); }} renderPreview={() =>...
I'm trying to solve an issue where tabbing from a vanilla text input to `MarkdownEditor` does not focus the `MarkdownEditor`. I was going to attempt getting around this by listening...