supermemory/apps/web/components/text-editor
MaheshtheDev 8860cb1622 feat: add URL detection to note tab with dynamic CTA
- Note tab auto-detects when content is a URL and changes CTA to 'Save link'
- URL detection uses plain text (not markdown) to avoid Tiptap serialization issues
- Requires dot in hostname for protocol-less URLs to prevent false positives
- URL normalization happens in parent handler for consistent Cmd+Enter and CTA behavior
- TextEditor now exposes onPlainTextChange callback
2026-05-12 00:26:52 +00:00
..
extensions.tsx chore: remove the new folder and fix imports (#740) 2026-02-16 14:30:29 -07:00
index.tsx feat: add URL detection to note tab with dynamic CTA 2026-05-12 00:26:52 +00:00
slash-command.tsx chore: remove the new folder and fix imports (#740) 2026-02-16 14:30:29 -07:00
suggestions.tsx chore: remove the new folder and fix imports (#740) 2026-02-16 14:30:29 -07:00