aaFn / Bookmark-search-plus-2

Displays and filters bookmarks on search string, show parent folders. This is a Web Extension add-on version of the old "Bookmark search plus" XUL extension published by Alice0775, not working anymore in latest Firefox, and which was very useful.
116 stars 11 forks source link

SaveSettings #267

Closed andreyjc closed 1 year ago

andreyjc commented 1 year ago

I really love the functionality of this FF add-on, it is a must-have. I have a feature request that I don't see anywhere that I can save settings to a file for backup purposes.

nollinvoyd commented 1 year ago

I agree. All addons that have numerous setting choices should have export/import options.

aaFn commented 1 year ago

Yep, just need to think of a good format which can be easily interpreted using standard Web API calls / javascript objects so that the code to develop to write data on export and to read data on import is minimal ...

Any suggestion ?

aaFn commented 1 year ago

2.0.114 is now published with the new export / import function as a JSON file. Let me know if any problem. Thank you, aaFn.