rich-markdown-editor icon indicating copy to clipboard operation
rich-markdown-editor copied to clipboard

The open source React and Prosemirror based markdown editor that powers Outline. Want to try it out? Create an account:

Results 35 rich-markdown-editor issues
Sort by recently updated
recently updated
newest added

A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. added the library to my react project 2. render a component with...

bug

I am new to Outline, thank you for this amazing software! I hope this is the right place and right way to report this issue. **To Reproduce** Steps to reproduce...

bug

`rich-markdown-editor` version: **11.17.0** `rich-markdown-editor` defines an explicit dependency on `prosemirror-tables`, which at the moment resolves to `1.1.1`. However, `rich-markdown-editor` also defines an explicit dependency on `prosemirror-utils` , which at the...

bug

I added file upload feature. (outline commit is https://github.com/outline/outline/pull/2936) It is almost same with what chanchadsahi, FeralMib did(#280 , #603 ). The difference is that it is made form of...

Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.2.0 to 12.3.2. Changelog Sourced from markdown-it's changelog. [12.3.2] - 2022-01-08 Security Fix possible ReDOS in newline rule. Thanks to @​MakeNowJust. [12.3.1] - 2022-01-07 Fixed Fix corner...

dependencies

A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. yarn add into create-react-app project 2. build, host locally, go to page...

bug

This is an extension of https://github.com/outline/rich-markdown-editor/pull/280 including the original commit there, rebased and extended on current master. For further details see the original PR. I've added support for a basic...

Can you allow editor update with empty string ? https://github.com/outline/rich-markdown-editor/blob/be1b9426a292fd41beb4db8d70d6695a9416dbea/src/index.tsx#L238

bug

**To Reproduce** Steps to reproduce the behavior: 1. Go to https://codesandbox.io/s/divine-sunset-kvms0?file=/src/App.tsx 2. Open console 3. See "blur" log **Expected behavior** onBlur should only be called when focus is lost. **Version**...

bug

1. Create h1 opened, save 2. Open, collapse h1, don't save 3. Refresh In this case, h1 state will be read from localStorage, differ from JSON persisted state and onChange...

bug