@editora/plugin-bold
v1.0.4
Published
Bold plugin for Rich Text Editor
Downloads
21
Readme
@editora/plugin-bold
[!IMPORTANT] Live Website: https://editora-ecosystem.netlify.app/
Storybook: https://editora-ecosystem-storybook.netlify.app/
Bold formatting plugin for Editora rich text editor.
Installation
npm install @editora/plugin-boldOr bundled plugins:
npm install @editora/pluginsUsage
import { BoldPlugin } from "@editora/plugin-bold";
// or: import { BoldPlugin } from "@editora/plugins";
const plugins = [BoldPlugin()];Command and Shortcut
- Command:
toggleBold - Shortcut:
Mod-b
Notes
- Applies/removes
<strong>style behavior via editor command pipeline.
