Athou / commafeed

Google Reader inspired self-hosted personal RSS reader.
https://www.commafeed.com
Apache License 2.0
2.73k stars 370 forks source link

"Copy link" option in the right click menu #1128

Closed junpet closed 1 year ago

junpet commented 1 year ago

Is your feature request related to a problem? Please describe. Sometimes I just want to copy the link of the article, but since the browser right click menu is disabled I can't.

Describe the solution you'd like Right clicking on an article pops up a custom menu. Please add "Copy link" option, which copies the URL of the article to the clipboard.

Describe alternatives you've considered Let us disable custom right click menu.

Additional context image

CPUGPU commented 1 year ago

Some browsers don't allow web pages to disable context menu, like Pale Moon. Some have it as a setting.

IMHO, web pages should never be allowed to disable context menu. It's my browser!

Athou commented 1 year ago

I'll add a setting to disable the custom context menu. In the mean time, you can hold shift while right clicking to get the native context menu.

junpet commented 1 year ago

hold shift while right clicking

I didn't know that about, thanks!

Athou commented 6 months ago

As of https://github.com/Athou/commafeed/commit/16199c5b5499e313c5786e0f197e2486cf6a81df there is now also a button to copy the URL in the Share menu (https://github.com/Athou/commafeed/issues/1255)

318532492-b8a062a8-609b-4f4b-a750-5f0be642e2d6

junpet commented 6 months ago

Thank you!