plone / volto

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

Add anchor links to discussion in a content and to each comment inside it #5904

Closed ericof closed 1 month ago

ericof commented 1 month ago

Is your feature request related to a problem? Please describe. It is not possible to link to a comment or to to discussion on a content page

Describe the solution you'd like Add anchors to Discussion container and to each comment

ericof commented 1 month ago

@sneridagh Any recommendation about how to handle the anchors?

sneridagh commented 1 month ago

@ericof since they have an id, we could create the anchor already in the render component, right?

The other thing is how to copy the link. Maybe we can use a solution like the linked headlines icon...