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

As a follow on from https://github.com/outline/rich-markdown-editor/issues/240 – it would be great to be able to go next/previous in this dialog to navigate through a documents images.

enhancement
$$$

If I use the HashRouter, instead of the BroswerRouter, I get URLs like "http://localhost:3000/#/collections/new_collection/items/pippo" that break _RichMarkdownEditor.scrollToAnchor_: ``` index.tsx:405 Attempted to scroll to invalid hash: #/collections/new_collection/items/pippo DOMException: Failed to execute...

enhancement
help wanted

These controls are quite buried right now, you must select the column and then the control appears in the floating toolbar. It would be more discoverable and one less click...

enhancement
$$$

10.0.0-14 again According to the docs: > headingsOffset > A number that will offset the document headings by a number of levels. For example, if you already nest the editor...

For various (near-unspeakable) reasons, I'm using a remote git instance as a CMS backend (in a similar vein to how Netlify CMS does). Changes are made on new branches, each...