Smart paste: CSV / TSV / free-form → typed rows
Live in demo 75-ai-smart-paste.
When
Paste anything; the assistant infers columns and previews typed rows for accept/update/skip.
How
Key API surface:
setAIProvider(...) once at bootyour own parse + map flow
See the demo source for the full implementation; this recipe pins the pattern + the surface so you can copy-paste it confidently. The doc page that explains the underlying feature in depth is linked from the recipes index.
See also
- Demo 75-ai-smart-paste source
- Demo 75-ai-smart-paste prompt sidecar - drop into an LLM context window
- Recipes index