aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/import-export/parsers.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: import from mymind (#2138)Mohamed Bassem2025-11-151-1/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: add mymind importer support 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 * format * use zod for parsing --------- Co-authored-by: Claude <noreply@anthropic.com>
* fix: handle list with slashes in their names and truncate long list names. ↵Mohamed Bassem2025-08-301-0/+300
fixes #1597