This preset is the broadest out-of-box profile.
Use ExtensiveEditor when you want full formatting, media, code, and command workflows in one preset.
visual-editor, visual-only, json, markdown, html.visual-editor.featureFlags: Toggle individual preset capabilities. Use featureFlags.codeIntelligence to turn code intelligence on/off.availableModes: Restrict visible mode tabs and allowed mode switching targets.maxListIndentation: Caps nested list depth in visual editing.<ExtensiveEditor
featureFlags={{ codeIntelligence: false }}
/>import '@lyfie/luthor/styles.css';
import { ExtensiveEditor } from '@lyfie/luthor';
export function App() {
return <ExtensiveEditor placeholder="Write anything..." />;
}