WaldiPL / webpageScanner

Extension for Firefox
GNU General Public License v2.0
27 stars 3 forks source link

Enhancement: Add folder support to bookmark import, allow deep import #64

Closed pm64 closed 3 years ago

pm64 commented 3 years ago

I was excited to import all of my bookmarks in one swoop .. but then realized it would be impossible, since my bookmarks are organized into folders. This add-on supports folders in its database, so why not allow bookmark folders to be imported?

WaldiPL commented 3 years ago

In version 2.1.0, this has been improved. All sub-folders are flattened to one level. The following bookmarks folder

[Imported folder]
- bookmark 1
- [sub-fodler 1]
- - bookmark a1
- - bookmark a2
- - [sub-folder 2]
- - - bookmark b1
- [sub-folder 3]
- - bookmark c1

on the scan list will look like this

bookmark 1
[sub-fodler 1]
- bookmark a1
- bookmark a2
- bookmark b1
[sub-folder 3]
- bookmark c1