vctls / bookmark_keywords

An attempt at recreating the Firefox “Bookmark Keywords” feature as a native Android app.
MIT License
0 stars 0 forks source link

Allow importing bookmarks from Firefox and maybe other apps. #3

Open vctls opened 2 years ago

vctls commented 2 years ago

It would be nice not having to type all the bookmarks again. Bookmarks can be exported into HTML on the desktop version of Firefox, this shouldn't be very hard to import. Trying to get them from the Firefox Android app is out of the question. I'm not sure it's event possible and I don't want to mess with that kind of permissions.

What about importing DuckDuckGo Bangs? Without the exclamation mark, of course…

vctls commented 2 years ago

As a first step, it would be useful to be able to import the same kind of file used for export (a CSV file, atm). Making other formats compatible could be done as a separate task.

The simplest import behaviour should be adding missing keywords but leaving existing ones unchanged.

vctls commented 2 years ago

Basic import done in #22. Now it would need some conversion scripts from and to Firefox bookmarks, and maybe Keypirinha conf files, once multi-URL bookmarks are implemented.