bustle / mobiledoc-kit

A toolkit for building WYSIWYG editors with Mobiledoc
https://bustle.github.io/mobiledoc-kit/demo/
MIT License
1.55k stars 150 forks source link

[Feature] TooltipPlugin: Link Editing 🦜 #726

Closed ZeeJab closed 4 years ago

ZeeJab commented 4 years ago

This PR adds support for editing links in place after they've been created. To support the ability to localize and otherwise customize tooltips, this PR also introduces an API for tooltip plugins which allow for control how link tooltips are rendered.

This PR supersedes https://github.com/bustle/mobiledoc-kit/pull/599