Notion Like
Slash-first preset with draggable-focused defaults.
Usage
import { NotionLikeEditor } from '@lyfie/luthor';
import '@lyfie/luthor/styles.css';
export function App() {
return <NotionLikeEditor isDraggableEnabled slashVisibility={{ allowlist: ['block.paragraph'] }} />;
}Props
NotionLikeEditorProps inherits ExtensiveEditorProps except featureFlags and isToolbarEnabled, then re-adds both.
slashVisibility:undefined (default) | SlashCommandVisibilityisDraggableEnabled:true (default) | falsefeatureFlags:undefined (default) | FeatureFlagOverridesisToolbarEnabled:false (default) | true
Behavior
Defaults enable slash commands, draggable blocks, and command palette while keeping toolbar hidden.
