fr0tt / benotes

An open source self hosted notes and bookmarks taking web app.
https://benotes.org
MIT License
718 stars 49 forks source link

[Feature Request] Bookmarks im/export #58

Closed rauschgiftengel closed 1 year ago

rauschgiftengel commented 1 year ago

First things first: great app, looks promising.

But i am missing the function to import bookmarks. Is there a plan for that ?

fr0tt commented 1 year ago

Thank you !

There is currently no import function (unless doing it yourself via the rest api counts). To be honest it is a little bit of a delicate topic because everyone has a different understanding how the data is originally structured/which format is being used. What format would you have in mind to import from ?

e-p-s commented 1 year ago

bookmarks.html from any chromium and firefox?

fr0tt commented 1 year ago

Sorry, should have read the title. Didn't realize we are only taking about bookmarks exclusively. As far as I understand that file contains everything, meaning chances are something could collide, especially since Benotes, as of right know, does not support nested "folders".

e-p-s commented 1 year ago

perhaps is a useful way to write folders into tags? at least as an option.

and whats about douplicates? if i had to import bookmarks from private and work environment.

fr0tt commented 1 year ago

Perhaps.

True, this makes it even more complicated ;)

fr0tt commented 1 year ago

An alternative for nested folders would be to flatten the structure.

But then I thought about it again and decided to simply just implement nested folders/collections, which would be a win-win situation.

royalgarter commented 1 year ago

Personally, I think the Import ( and Export maybe) is the very important feature for the common sense of users. Most of the users that know Benotes should already use some form of Bookmarks app. So we could allow the duplicated issue for the short terms, and bring it on asap with the simple conversion from folders to tags.

fr0tt commented 1 year ago

It is now possible in the newest version 2.8.0 which is still in beta, just to be safe. Every browser might behave a little differently. It supports both folders and tags (separately).