peterhil / spellbook

Spellbook is a WebExtension to easily add new bookmarks to correct categories
Mozilla Public License 2.0
29 stars 2 forks source link

Add bookmarks from context menu #33

Open accelaptd opened 4 years ago

accelaptd commented 4 years ago

Thanks for your work on this so far.

It'd be really useful for me to be able to trigger your extension to add a bookmark using a right-click on a given link without having to visit the page, as is possible with the regular bookmark function in Firefox. This seems like a scenario not unique to me and I hope it's ok that I suggest this as a feature to add.

peterhil commented 4 years ago

Good idea! I will look into implementing this.

peterhil commented 3 years ago

I investigated now how this works on Firefox, and while it is a good or even great feature to have, I need to improve state handling on the extension first in order to implement this properly and elegantly.

I also want to think if I want other features available in the context menu.

For example ‘search bookmarks with selection’ would be relatively easy to do at the same time or after this, and when I have some kind of bookmark search in place. I have been thinking of using popup to also search existing bookmarks on version v0.5.x.

peterhil commented 1 year ago

Finally I have quite clear idea on how to implement this. It should be straightforward to add, so expect this on the next point release 0.6.1.