ProseMirror / prosemirror

The ProseMirror WYSIWYM editor
http://prosemirror.net/
MIT License
7.53k stars 334 forks source link

Question: is link editing supported? #1439

Closed c-antin closed 6 months ago

c-antin commented 6 months ago

How does one edit a link (a tag with href)? Selecting the link text and clicking on the link button removes the link entirely (tested in Chrome).

Expected behavior: after selecting the link text and clicking on the link button, the link modal pops up and one can edit or remove the link.

marijnh commented 6 months ago

Clear and re-add the link. Or implement that modal yourself. Or load some extension that does that. This is out of scope for the ProseMirror core libs.