-
-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] Netscape HTML format import/export #96
Comments
Hello, I'm glad that you found in Hoarder what you're lacking! I wonder if the importing docs here for chrome: https://docs.hoarder.app/import works for the linkding export. I'm currently on the phone and quick googling shows that it might. But will check when I'm on the laptop. |
if it's the same, I'll add official support to it in the CLI :) |
Ok, I checked the netscape format and it's also what chrome uses. So the wiki page I shared should work for you, but I'm also planning to add support for it in the CLIs given that it's a common format :) |
added the possibility to add exported bookmarks via the webUI for ease of use
Since the CLI requires you to do quite a few manual steps, I created a PR to allow importing bookmarks file directly in the UI. Worked just fine for my chrome bookmarks. It is just extracting URLs using regex, so I don't expect that it does not work with your linkding export, but I don't have access to that, so I can't verify. |
updated the documentation
* [Feature request] Netscape HTML format import/export #96 added the possibility to add exported bookmarks via the webUI for ease of use * [Feature request] Netscape HTML format import/export #96 updated the documentation * Extract the parser into its own file and reuse the existing bookmark upload logic --------- Co-authored-by: kamtschatka <simon.schatka@gmx.at> Co-authored-by: MohamedBassem <me@mbassem.com>
@kamtschatka added support for this and it's currently already released. Just drag and drop the html file and it'll get parsed and the bookmarks will get added! |
Hi there !
I've been using Linkding (another bookmarking application) for a while and I've found that Hoarder has what Linkding lacks, however I've run into a problem.
It happens that for both importing and exporting, Linkding takes the Netscape HTML Format and not only Linkding, but other applications too.
I would like to know if it is possible to do this implementation, as it would substantially improve the way bookmarks can be managed in the application.
The text was updated successfully, but these errors were encountered: