mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-06 08:16:03 +00:00
- 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 |
||
|---|---|---|
| .. | ||
| app | ||
| components | ||
| hooks | ||
| lib | ||
| public | ||
| stores | ||
| .env.example | ||
| .gitignore | ||
| biome.json | ||
| components.json | ||
| globals.css | ||
| instrumentation-client.ts | ||
| middleware.ts | ||
| next.config.ts | ||
| open-next.config.ts | ||
| package.json | ||
| postcss.config.mjs | ||
| README.md | ||
| tsconfig.json | ||
| wrangler.jsonc | ||