plone / volto

React-based frontend for the Plone Content Management System
https://demo.plone.org/
MIT License
436 stars 593 forks source link

Editor: General link improvements #758

Open sneridagh opened 5 years ago

sneridagh commented 5 years ago

Features: Add links to local content (using the uber selection widget?, deprecate the old one?)

We have to address: https://github.com/plone/volto/issues/689 X button to remove the already typed link. https://github.com/plone/volto/issues/298 and https://github.com/plone/volto/issues/593 anchor link ability https://github.com/plone/volto/issues/305 missing link underline in edit mode for some instantiated editors on link creation https://github.com/plone/volto/issues/210 create router component for local content.

tisto commented 4 years ago

@sneridagh I am wondering if it would make sense to move the link functionality to the sidebar as well. This would allow us to implement the "content browser" functionality as well as "open in new window" or a fancy image preview search that clients asked us to do. What do you think?