Kindle Highlights
Kindle Highlights imports your `My Clippings.txt` export into MindStore.
Kindle Highlights imports your My Clippings.txt export into MindStore.
What It Does
- parses Kindle clippings
- skips bookmarks
- deduplicates overlapping highlights
- groups highlights by book
- lets you preview before importing
- stores imported books as searchable memories
How To Use It
- Open
/app/import. - Choose the
Kindletab. - Upload
My Clippings.txt. - Review the preview.
- Import the highlights into MindStore.
Why This Port Matters
Kindle Importer is the first importer-style convergence reference on codex.
It shows how a frain route-based importer should be adapted:
- parsing logic in
src/server/plugins/ports/* - thin API route
- existing UI flow preserved
- import storage routed through codex import primitives