supermemory/apps/web/components/add-document
Mahesh Sanikommu 13bb2732f5 Add bulk multi-URL paste to create separate memories
- Detect multiple URLs pasted into the Link tab (and Note tab via a dismissible banner) and create one memory per link instead of a single document.
- Markdown-aware URL extraction with within-paste dedup and a deselectable preview.
- Send all links in one POST /v3/documents/batch request (chunked at 500 for the 600 cap); register the route in the client.
2026-06-12 17:21:28 -07:00
..
connections.tsx fix(web): harden integrations upgrade plan id (#1088) 2026-06-10 11:11:03 -07:00
file.tsx Support HTML file uploads in Nova (#1076) 2026-06-10 06:09:20 +00:00
index.tsx Add bulk multi-URL paste to create separate memories 2026-06-12 17:21:28 -07:00
link.tsx Add bulk multi-URL paste to create separate memories 2026-06-12 17:21:28 -07:00
note.tsx Add bulk multi-URL paste to create separate memories 2026-06-12 17:21:28 -07:00