OptionalrenderCustom render function for the header.
The header title
The default rendered header
Custom React content for the header
OptionalrenderCustom render function for the save status indicator.
Whether currently saving
Whether there are unsaved changes
Last saved timestamp
Error message if any
The default rendered status
Custom React content for the status indicator
OptionalrenderCustom render function for the toolbar.
OptionalrenderInline adornment rendered inside the default toolbar's flex
container, positioned after the formatting buttons but before
the trailing PDF-export spacer. Use this instead of
renderToolbar when you just want to slot one extra control
(e.g. an AI Magic button) into the existing toolbar without
reconstructing it.
Render props for advanced NoteEditor customization.
Remarks
Use these to completely customize how specific elements are rendered while still leveraging the component's logic.
Example