flexibeast / ebuku

Emacs interface to the buku Web bookmark manager.
92 stars 7 forks source link

Add variable to specify path to bookmarks database #15

Closed idmyn closed 4 years ago

idmyn commented 4 years ago

I like to keep my bookmarks.db file in dropbox, and this way I don't need a symlink :)

Thanks for writing this package in the first place, by the way. It's great!

flexibeast commented 4 years ago

Thank you for your kind words, and for your contribution!

i'd certainly like to support this functionality, and i've actually already got some code to do so, but i'm concerned that the --db option is an undocumented API. So i've just opened an issue asking @jarun about that option's status.

flexibeast commented 4 years ago

i've just pushed my own implementation to master, https://github.com/flexibeast/ebuku/commit/4968c19113f7b4ed197059c63bb1711abc35c412, which works for me - can you please check it works for you also?

idmyn commented 4 years ago

Yeah, that works for me too — and the defaults look great! Thanks again for your work on this :)

flexibeast commented 4 years ago

Great. :-) Thanks!