Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add context menu item in the browser extension #155

Closed
lucius346346 opened this issue May 16, 2024 · 4 comments
Closed

Add context menu item in the browser extension #155

lucius346346 opened this issue May 16, 2024 · 4 comments
Labels
feature request New feature or request

Comments

@lucius346346
Copy link

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

@kamtschatka
Copy link
Contributor

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 MohamedBassem added the feature request New feature or request label May 16, 2024
@MohamedBassem
Copy link
Collaborator

@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
Copy link
Collaborator

@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.

kamtschatka added a commit to kamtschatka/hoarder-app that referenced this issue Jul 6, 2024
Added a context menu entry to add links directly to hoarder
@kamtschatka
Copy link
Contributor

I have opened a PR for it. With the current stable chrome it is not possible to open the UI programmatically, but with Chrome 127 (rollout start is around 17th of July), this will be possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants