This preset is optimized for slash menu workflows.
Use SlashEditor when command discovery should be slash-driven and toolbar usage is secondary.
visual-only, visual, json, markdown, html.slashVisibility: Controls slash command allow/deny lists.isDraggableEnabled: Enables or disables draggable block handles.featureFlags: Optional per-feature overrides. Includes codeIntelligence.<SlashEditor
featureFlags={{ codeIntelligence: false }}
/>import '@lyfie/luthor/styles.css';
import { SlashEditor } from '@lyfie/luthor';
export function App() {
return <SlashEditor placeholder="Type / for commands" />;
}