// Quick reference 'https://docs.superdoc.dev/llms.txt' // Complete documentation 'https://docs.superdoc.dev/llms-full.txt' // MCP server 'https://docs.superdoc.dev/mcp'
// Example: AI adds suggestions const editor = new SuperEditor({ headless: true }) editor.commands.setDocumentMode('suggesting') editor.commands.insertText('AI suggestion here')
Was this page helpful?