[PR #2245] [MERGED] feat: add Matter import #2037

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

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/2245
Author: @Moondragon85
Created: 12/10/2025
Status: Merged
Merged: 12/27/2025
Merged by: @MohamedBassem

Base: mainHead: matter-import


📝 Commits (4)

📊 Changes

34 files changed (+99 additions, -0 deletions)

View changed files

📝 apps/web/components/settings/ImportExport.tsx (+17 -0)
📝 apps/web/lib/i18n/locales/ar/translation.json (+1 -0)
📝 apps/web/lib/i18n/locales/cs/translation.json (+1 -0)
📝 apps/web/lib/i18n/locales/da/translation.json (+1 -0)
📝 apps/web/lib/i18n/locales/de/translation.json (+1 -0)
📝 apps/web/lib/i18n/locales/el/translation.json (+1 -0)
📝 apps/web/lib/i18n/locales/en/translation.json (+1 -0)
📝 apps/web/lib/i18n/locales/en_US/translation.json (+1 -0)
📝 apps/web/lib/i18n/locales/es/translation.json (+1 -0)
📝 apps/web/lib/i18n/locales/fa/translation.json (+1 -0)
📝 apps/web/lib/i18n/locales/fi/translation.json (+1 -0)
📝 apps/web/lib/i18n/locales/fr/translation.json (+1 -0)
📝 apps/web/lib/i18n/locales/ga/translation.json (+1 -0)
📝 apps/web/lib/i18n/locales/gl/translation.json (+1 -0)
📝 apps/web/lib/i18n/locales/hr/translation.json (+1 -0)
📝 apps/web/lib/i18n/locales/hu/translation.json (+1 -0)
📝 apps/web/lib/i18n/locales/it/translation.json (+1 -0)
📝 apps/web/lib/i18n/locales/ja/translation.json (+1 -0)
📝 apps/web/lib/i18n/locales/ko/translation.json (+1 -0)
📝 apps/web/lib/i18n/locales/nb_NO/translation.json (+1 -0)

...and 14 more files

📄 Description

I've implemented an import module for Matter exports.

I've tested it with my own Matter export of about 7000 items.

Unfortunately the Matter export doesn't include a “creation date” so I used the “last interaction date” instead.

Matter Import 1 Matter Import 2

🔄 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/2245 **Author:** [@Moondragon85](https://github.com/Moondragon85) **Created:** 12/10/2025 **Status:** ✅ Merged **Merged:** 12/27/2025 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `matter-import` --- ### 📝 Commits (4) - [`ec40a00`](https://github.com/karakeep-app/karakeep/commit/ec40a00875a04fae6e595134b08f9e49e628a3a2) Matter import - [`de75037`](https://github.com/karakeep-app/karakeep/commit/de7503731e995c2e12ee35ae6261d6befb0234e2) Merge branch 'karakeep-app:main' into matter-import - [`90b48cd`](https://github.com/karakeep-app/karakeep/commit/90b48cd964e10211df1412a743bb66c8377e6b4d) use zod - [`a7e6084`](https://github.com/karakeep-app/karakeep/commit/a7e6084a2eb6803a0c21938ae71e7be178d1b238) fix date parsing ### 📊 Changes **34 files changed** (+99 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/components/settings/ImportExport.tsx` (+17 -0) 📝 `apps/web/lib/i18n/locales/ar/translation.json` (+1 -0) 📝 `apps/web/lib/i18n/locales/cs/translation.json` (+1 -0) 📝 `apps/web/lib/i18n/locales/da/translation.json` (+1 -0) 📝 `apps/web/lib/i18n/locales/de/translation.json` (+1 -0) 📝 `apps/web/lib/i18n/locales/el/translation.json` (+1 -0) 📝 `apps/web/lib/i18n/locales/en/translation.json` (+1 -0) 📝 `apps/web/lib/i18n/locales/en_US/translation.json` (+1 -0) 📝 `apps/web/lib/i18n/locales/es/translation.json` (+1 -0) 📝 `apps/web/lib/i18n/locales/fa/translation.json` (+1 -0) 📝 `apps/web/lib/i18n/locales/fi/translation.json` (+1 -0) 📝 `apps/web/lib/i18n/locales/fr/translation.json` (+1 -0) 📝 `apps/web/lib/i18n/locales/ga/translation.json` (+1 -0) 📝 `apps/web/lib/i18n/locales/gl/translation.json` (+1 -0) 📝 `apps/web/lib/i18n/locales/hr/translation.json` (+1 -0) 📝 `apps/web/lib/i18n/locales/hu/translation.json` (+1 -0) 📝 `apps/web/lib/i18n/locales/it/translation.json` (+1 -0) 📝 `apps/web/lib/i18n/locales/ja/translation.json` (+1 -0) 📝 `apps/web/lib/i18n/locales/ko/translation.json` (+1 -0) 📝 `apps/web/lib/i18n/locales/nb_NO/translation.json` (+1 -0) _...and 14 more files_ </details> ### 📄 Description I've implemented an import module for [Matter](https://getmatter.com) exports. I've tested it with my own Matter export of about 7000 items. Unfortunately the Matter export doesn't include a “creation date” so I used the “last interaction date” instead. <img width="1359" height="627" alt="Matter Import 1" src="https://github.com/user-attachments/assets/c083523b-f5ba-4371-bd16-e278fd48f401" /> <img width="1325" height="334" alt="Matter Import 2" src="https://github.com/user-attachments/assets/95ed3e22-6d81-48ed-b721-1d5299a7edc9" /> --- <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:17 +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#2037
No description provided.