Firefox bookmarks plugin in Python? #1382
Replies: 4 comments 10 replies
-
sure techincally it is possible, but id rather implement it in c++ though. some thoughts:
The Python plugin interface is nice to have as we can write custom plugins in like minutes, but for sophisticated plugins I'd generally rather recommend native plugins. Therefore I try to make the C++ API as lean and easy to understand as possible. Also there are some features on my todolist (items details view, items drag'n'drop) that will never find their way into the python API. |
Beta Was this translation helpful? Give feedback.
-
Closing this. Its on the wishlist. |
Beta Was this translation helpful? Give feedback.
-
@tomsquest I made https://github.com/stevenxxiu/albert_firefox in case you're interested. |
Beta Was this translation helpful? Give feedback.
-
Is anybody interested in porting this to C++? I'd give assistance. I have no time to dig into the database design (I know myself, I'd not stop before it's perfect) but a lot of users would benefit from a polished implementation. I see several points that could be improved from here on
|
Beta Was this translation helpful? Give feedback.
-
Hi,
With the deprecated Firefox bookmarks plugin, I was wondering if porting the old plugin to a Python plugin would work?
Do you think it is technically possible, @ManuelSchneid3r ?
Along, I was wondering if Albert has a periodical refresh of entries? (eg. I add a bookmark to Firefox, when this new entry will appear in Albert).
Thanks
Beta Was this translation helpful? Give feedback.
All reactions