Docs
Horizontal Rule
Horizontal Rule
Visually divide and organize content sections with a horizontal line.
Installation
npm install @udecode/plate-horizontal-rule
Usage
import { insertNodes, setNodes } from '@udecode/plate-common';
import { AutoformatPlugin } from '@udecode/plate-autoformat/react';
import { ParagraphPlugin } from '@udecode/plate-common/react';
import { HorizontalRulePlugin } from '@udecode/plate-horizontal-rule/react';
import { SelectOnBackspacePlugin } from '@udecode/plate-select/react';
const plugins = [
// ...otherPlugins,
HorizontalRulePlugin,
SelectOnBackspacePlugin.configure({
options: { query: { allow: [HorizontalRulePlugin.key] } },
}),
AutoformatPlugin.configure({
options: {
rules: [
{
mode: 'block',
type: HorizontalRulePlugin.key,
match: ['---', '—-', '___ '],
format: (editor) => {
setNodes(editor, { type: HorizontalRulePlugin.key });
insertNodes(editor, {
type: ParagraphPlugin.key,
children: [{ text: '' }],
});
},
},
],
},
}),
];
Plugins
HorizontalRulePlugin
Build your editor even faster
Complete, deployable AI-powered template with backend.
All components included.
Customizable and extensible.
Get all-accessCustomizable and extensible.