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 592 forks source link

fix: Changing block type with existing text via slash command removes text #464

Closed tommoor closed 3 years ago

tommoor commented 3 years ago

closes https://github.com/outline/outline/issues/2156

accesstechnology-mike commented 3 years ago

Brilliant thanks. Is this fix in the 0.56 release?

tommoor commented 3 years ago

Afraid not, it'll be in 0.57

accesstechnology-mike commented 3 years ago

Ok, thanks!

Does this also solve the inability to insert a /command inline with existing text?

i.e. inserting a /link mid-paragraph

If it doesn't, I'll make a new request.

tommoor commented 3 years ago

It doesn't, that's tracked as #218