diff options
Diffstat (limited to '')
| -rw-r--r-- | docs/docs/04-using-karakeep/import.md (renamed from docs/versioned_docs/version-v0.24.0/10-import.md) | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/versioned_docs/version-v0.24.0/10-import.md b/docs/docs/04-using-karakeep/import.md index 8ca8b1f9..3bf07cae 100644 --- a/docs/versioned_docs/version-v0.24.0/10-import.md +++ b/docs/docs/04-using-karakeep/import.md @@ -1,4 +1,9 @@ -# Importing Bookmarks +--- +sidebar_position: 8 +slug: import +--- + +# Import your library Karakeep supports importing bookmarks using the Netscape HTML Format, Pocket's new CSV format & Omnivore's JSONs. Titles, tags and addition date will be preserved during the import. An automatically created list will contain all the imported bookmarks. @@ -40,7 +45,7 @@ All the URLs in the bookmarks file will be added automatically, you will not be Importing bookmarks using the CLI requires some technical knowledge and might not be very straightforward for non-technical users. Don't hesitate to ask questions in github discussions or discord though. ::: -If you can get your bookmarks in a text file with one link per line, you can use the following command to import them using the [karakeep cli](https://docs.karakeep.app/command-line): +If you can get your bookmarks in a text file with one link per line, you can use the following command to import them using the [karakeep cli](../05-integrations/02-command-line.md): ``` while IFS= read -r url; do |
