outline / rich-markdown-editor

The open source React and Prosemirror based markdown editor that powers Outline. Want to try it out? Create an account:
https://www.getoutline.com
BSD 3-Clause "New" or "Revised" License
2.87k stars 590 forks source link

feat: implemented the possibility to add extra commands into the Block menu from extensions #589

Closed RuslanGabbasov closed 2 years ago

RuslanGabbasov commented 2 years ago

There are a lot of cases when need to add extra commands into the block menu, like adding snippets/templates or when you try to add new elements from extended markdown specification. At the current version, we haven't any possibility for it.

RuslanGabbasov commented 2 years ago

@tommoor Do you think this is a bad idea?