TypeCellOS / BlockNote

A React Rich Text Editor that's block-based (Notion style) and extensible. Built on top of Prosemirror and Tiptap.
https://www.blocknotejs.org/
Mozilla Public License 2.0
6.64k stars 457 forks source link

Edit link text and URL as the user types #1206

Open danielrearden opened 4 days ago

danielrearden commented 4 days ago

Is your feature request related to a problem? Please describe. Currently editing a link's text or URL requires the user to hit enter to persist the changes. If they click away, the changes are not saved.

Describe the solution you'd like It would be a better user experience if the link text and URL were updated as the user types, without the need to submit the changes

Describe alternatives you've considered if the link menu props exposed the block and link position inside the block (as noted in the feature request here), we could at least implement this behavior ourselves.

Additional context Add any other context or screenshots about the feature request here.

Bonus