Trailing Block
Ensure a trailing block is always present in the document.
Loading...
Installation
npm install @udecode/plate-trailing-block
Usage
import { TrailingBlockPlugin } from '@udecode/plate-trailing-block';
const plugins = [
// ...otherPlugins,
TrailingBlockPlugin.configure({
options: {
level: 0,
type: 'p',
},
}),
];
Plugins
TrailingBlockPlugin
Options
Collapse all
- Default:
0
(root level) - Default:
editor.getType(ParagraphPlugin)
- Default:
[]
(all types)
Level where the trailing node should be, the first level being 0.
Type of the trailing block.
Filter nodes that match any of these types.
Filter nodes that don't match any of these types.
Custom filter function.