hoarder-app / hoarder

A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search
https://hoarder.app
GNU Affero General Public License v3.0
2.28k stars 77 forks source link

Add context menu item in the browser extension #155

Open lucius346346 opened 1 month ago

lucius346346 commented 1 month ago

Are there any chances of implementing this? It would be helpful to quickly add links without visiting them.

kamtschatka commented 1 month ago

You mean so that you simply rightclick on a link, press "add to hoarder" and that's it and tag and list configuration will then be done later?

MohamedBassem commented 1 month ago

@lucius346346 Yeah, I agree with you. I think this is a needed feature indeed. Though it's a bit non-trivial to implement because chrome doesn't allow you to trigger the "plugin" popup window when the context menu is clicked. However, I agree with you, I probably need to spend the effort and just do it :) Other services (e.g. pocket) avoid that by not using a popup window at all and instead injecting the plugin dialog via javascript inside the page itself.

MohamedBassem commented 1 month ago

@kamtschatka The idea here is that when you right click and press "add to hoarder" the plugin popup would still appear and allow you to edit the tags and lists.