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

fix: Newline creation in folded heading #562

Closed tommoor closed 2 years ago

tommoor commented 2 years ago

This simple looking behavior turned out to be way more code than I would have liked

closes #538

haveanicedavid commented 2 years ago

more code than I would have liked

For what it's worth, i'm glad 😁 Tried to solve this myself thinking it must be fairly simple but realized i'm not nearly familiar enough with the prosemirror API yet. I learned a lot trying though (and this PR is clarifying) so thank you for fixing!