diff options
| author | MohamedBassem <me@mbassem.com> | 2024-09-21 16:56:42 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-09-21 17:00:06 +0000 |
| commit | d62c9724b7f4cb728cd5b5496fdcc0eba8330772 (patch) | |
| tree | b0096e53cefdf1e2df2251c3845377697b5b9600 /docs | |
| parent | 52024ab52724b45c08f437f9f10805adefe2bf0e (diff) | |
| download | karakeep-d62c9724b7f4cb728cd5b5496fdcc0eba8330772.tar.zst | |
feature(web): Preserve title, tags and createdAt when importing a netscape html. Fixes #401
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs/10-import.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/docs/10-import.md b/docs/docs/10-import.md index 14c59034..bf3a6829 100644 --- a/docs/docs/10-import.md +++ b/docs/docs/10-import.md @@ -2,9 +2,9 @@ ## Import using the WebUI -Hoarder supports importing bookmarks using the Netscape HTML Format. +Hoarder supports importing bookmarks using the Netscape HTML Format. Titles, tags and addition date will be preserved during the import. An automatically created list will contain all the imported bookmarks. -Simply open the WebUI of your Hoarder instance and drag and drop the bookmarks file into the UI. +To import the bookmark file, go to the settings and click "Import Bookmarks from HTML file". :::info All the URLs in the bookmarks file will be added automatically, you will not be able to pick and choose which bookmarks to import! @@ -42,4 +42,4 @@ cat all_links.txt | xargs -I{} hoarder --api-key <key> --server-addr <addr> book - Click on the three dots on the top right corner and choose `Export bookmarks` - This will download an html file with all of your bookmarks. -You can use this file to import the bookmarks using the UI or CLI method described above
\ No newline at end of file +You can use this file to import the bookmarks using the UI or CLI method described above |
