aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/10-import.md6
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