Package Exports
- @editora/preview
Readme
@editora/preview
[!IMPORTANT] Live Website: https://editora-ecosystem.netlify.app/
Storybook: https://editora-ecosystem-storybook.netlify.app/
Preview plugin for Editora rich text editor.
What It Does
- Opens read-only preview mode for current editor HTML.
- Renders content in a dedicated preview dialog/editor container.
- Useful for document review before export/print.
Installation
npm install @editora/previewOr bundled plugins:
npm install @editora/pluginsUsage
import { PreviewPlugin } from "@editora/preview";
// or: import { PreviewPlugin } from "@editora/plugins";
const plugins = [PreviewPlugin()];Command
togglePreview
Notes
- Pairs well with print/export plugins in content review workflows.