samhh / bukubrow-webext

WebExtension for Buku
GNU General Public License v3.0
310 stars 21 forks source link

Feature request: Allow loading of database in a custom location #165

Open sameyepatch opened 2 years ago

sameyepatch commented 2 years ago

Being this an extension to read a Buku database, I understand the reason it uses the default ~/.local/share/buku location. However since the extension doesn't actually need Buku itself to work, it would be practical to allow the user to define a custom location in their filesystem, for example, their syncthing folder.

I know there's soft-linking, and I used to do that, but since a while Bukubrow fails to read soft-linked databases.

Related: https://github.com/samhh/bukubrow-host/issues/13

CaptainQuirk commented 2 years ago

Would it be even possible to use différent locations for different contexts ? Say, one browser gets its bookmarks from this location, and another from another location ?

samhh commented 2 years ago

Theoretically yes. The host knows where to look for the Buku database but that path could hypothetically come from the extension configuration.