[PR #163] [MERGED] Bookmark upload #1542

Closed
opened 2026-03-02 11:58:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/163
Author: @kamtschatka
Created: 5/17/2024
Status: Merged
Merged: 5/25/2024
Merged by: @MohamedBassem

Base: mainHead: bookmark-upload


📝 Commits (4)

  • 2da67cc [Feature request] Netscape HTML format import/export #96
  • a121cad [Feature request] Netscape HTML format import/export #96
  • 44c4a9e Extract the parser into its own file and reuse the existing bookmark upload logic
  • 26df33b Merge branch 'main' into bookmark-upload

📊 Changes

5 files changed (+113 additions, -30 deletions)

View changed files

📝 apps/web/components/dashboard/UploadDropzone.tsx (+46 -9)
📝 apps/web/components/dashboard/bookmarks/EditorCard.tsx (+2 -13)
apps/web/components/utils/BookmarkAlreadyExistsToast.tsx (+20 -0)
apps/web/lib/netscapeBookmarkParser.ts (+20 -0)
📝 docs/docs/10-import.md (+25 -8)

📄 Description

Allowing customers to drag and drop bookmark files with the Netscape HTML format into the UI to add all the bookmarks
Updated the documentation


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/karakeep-app/karakeep/pull/163 **Author:** [@kamtschatka](https://github.com/kamtschatka) **Created:** 5/17/2024 **Status:** ✅ Merged **Merged:** 5/25/2024 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `bookmark-upload` --- ### 📝 Commits (4) - [`2da67cc`](https://github.com/karakeep-app/karakeep/commit/2da67ccd6820959daad2a927b386a11cdee744e9) [Feature request] Netscape HTML format import/export #96 - [`a121cad`](https://github.com/karakeep-app/karakeep/commit/a121cad3bc22e86e79cc03f604854966b557f3de) [Feature request] Netscape HTML format import/export #96 - [`44c4a9e`](https://github.com/karakeep-app/karakeep/commit/44c4a9eb287c71cd1ea226fb51d58f57981ed290) Extract the parser into its own file and reuse the existing bookmark upload logic - [`26df33b`](https://github.com/karakeep-app/karakeep/commit/26df33bb9819bb367a48b286973e8f1edfc3f717) Merge branch 'main' into bookmark-upload ### 📊 Changes **5 files changed** (+113 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/components/dashboard/UploadDropzone.tsx` (+46 -9) 📝 `apps/web/components/dashboard/bookmarks/EditorCard.tsx` (+2 -13) ➕ `apps/web/components/utils/BookmarkAlreadyExistsToast.tsx` (+20 -0) ➕ `apps/web/lib/netscapeBookmarkParser.ts` (+20 -0) 📝 `docs/docs/10-import.md` (+25 -8) </details> ### 📄 Description Allowing customers to drag and drop bookmark files with the Netscape HTML format into the UI to add all the bookmarks Updated the documentation --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 11:58:06 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#1542
No description provided.