@editora/plugin-blockquote
v1.0.4
Published
Blockquote plugin for Rich Text Editor
Downloads
25
Readme
@editora/plugin-blockquote
[!IMPORTANT] Live Website: https://editora-ecosystem.netlify.app/
Storybook: https://editora-ecosystem-storybook.netlify.app/
Blockquote plugin for Editora rich text editor.
Installation
npm install @editora/plugin-blockquoteOr bundled plugins:
npm install @editora/pluginsUsage
import { BlockquotePlugin } from "@editora/plugin-blockquote";
// or: import { BlockquotePlugin } from "@editora/plugins";
const plugins = [BlockquotePlugin()];Command and Shortcut
- Command:
toggleBlockquote - Shortcut:
Mod-Shift-9
Notes
- Toggles current block(s) between paragraph and blockquote semantics.
