Special Characters Plugin
SpecialCharactersPlugin inserts Unicode symbols through category-based dialog selection.
Install and import
import { SpecialCharactersPlugin } from "@editora/plugins";
// or: import { SpecialCharactersPlugin } from "@editora/plugins/special-characters";
Usage
const plugins = [SpecialCharactersPlugin()];
Command Matrix
| Action | Command | Shortcut | Toolbar |
|---|---|---|---|
| Open special characters dialog | insertSpecialCharacter | None | Special Characters |
Config Options
This plugin does not expose plugin-level config options.
Character categories
- Currency
- Text
- Quotation
- Mathematical
- Extended Latin
- Symbols
- Arrows
Behavior
- Dialog opens in active editor context
- Category switching updates character grid
- Selected character inserts at current selection/caret
Validation checklist
- Character insertion works in inline and block contexts
- Dialog stays scoped to active editor instance
- Theme styles remain readable in dark mode