[PR #2138] [MERGED] feat: import from mymind #1994

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

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/2138
Author: @MohamedBassem
Created: 11/15/2025
Status: Merged
Merged: 11/15/2025
Merged by: @MohamedBassem

Base: mainHead: claude/implement-feature-012kJoUjW1t3ZrM9M1DReWNb


📝 Commits (3)

📊 Changes

4 files changed (+163 additions, -1 deletions)

View changed files

📝 apps/web/components/settings/ImportExport.tsx (+17 -0)
📝 apps/web/lib/i18n/locales/en/translation.json (+1 -0)
📝 packages/shared/import-export/importer.test.ts (+79 -0)
📝 packages/shared/import-export/parsers.ts (+66 -1)

📄 Description

This commit adds support for importing bookmarks from mymind CSV exports.

Changes:

  • Added mymind to ImportSource type in parsers.ts
  • Implemented parseMymindBookmarkFile() to parse mymind CSV format
  • Added mymind case to parseImportFile() switch statement
  • Added mymind import card to ImportExport UI component
  • Added English translation for mymind import description
  • Added comprehensive test for mymind CSV parsing

The mymind CSV format includes:

  • WebPages (URLs with optional notes)
  • Notes (text content without URLs)
  • Tags (comma-separated)
  • Created timestamps (ISO format)

Fixes #654


🔄 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/2138 **Author:** [@MohamedBassem](https://github.com/MohamedBassem) **Created:** 11/15/2025 **Status:** ✅ Merged **Merged:** 11/15/2025 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `claude/implement-feature-012kJoUjW1t3ZrM9M1DReWNb` --- ### 📝 Commits (3) - [`f3530b4`](https://github.com/karakeep-app/karakeep/commit/f3530b432d2853cf96aed7ec25132248e0b945a6) feat: add mymind importer support - [`322be98`](https://github.com/karakeep-app/karakeep/commit/322be984a75345c0879650a45be34235e8ffff96) format - [`57938c1`](https://github.com/karakeep-app/karakeep/commit/57938c1d1a31220a74ca8214b2f49e2c621cb89e) use zod for parsing ### 📊 Changes **4 files changed** (+163 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/components/settings/ImportExport.tsx` (+17 -0) 📝 `apps/web/lib/i18n/locales/en/translation.json` (+1 -0) 📝 `packages/shared/import-export/importer.test.ts` (+79 -0) 📝 `packages/shared/import-export/parsers.ts` (+66 -1) </details> ### 📄 Description This commit adds support for importing bookmarks from mymind CSV exports. Changes: - Added mymind to ImportSource type in parsers.ts - Implemented parseMymindBookmarkFile() to parse mymind CSV format - Added mymind case to parseImportFile() switch statement - Added mymind import card to ImportExport UI component - Added English translation for mymind import description - Added comprehensive test for mymind CSV parsing The mymind CSV format includes: - WebPages (URLs with optional notes) - Notes (text content without URLs) - Tags (comma-separated) - Created timestamps (ISO format) Fixes #654 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 12:00: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#1994
No description provided.