AgregoreWeb / agregore-browser

A minimal browser for the distributed web (Desktop version)
https://www.youtube.com/watch?v=TnYKvOQB0ts&list=PL7sG5SCUNyeYx8wnfMOUpsh7rM_g0w_cu&index=14
GNU Affero General Public License v3.0
715 stars 66 forks source link

Context menus for linking #215

Closed RangerMauve closed 10 months ago

RangerMauve commented 1 year ago

Similarly, we should detect if there is selected text and create + copy a link to the text fragment.

With this in place it should be way easier to link to sections of pages regardless of whether authors explicitly added anchors to those sections.

RangerMauve commented 10 months ago

Gonna skip the ID bit since the context menu event doesn't give us a sync method for getting the element id being clicked. Defs gonna do the fragment tho.