rich-text-editor
Installation
SKILL.md
Rich Text Editor Patterns
Toolbar Design
- Floating toolbar: Appears on text selection (medium-style). Clean, minimal.
- Fixed toolbar: Always visible at top. Better for heavy editing.
- Slash commands: Type "/" to insert blocks. Power user friendly.
- Group tools logically: text formatting | alignment | lists | media | blocks
Essential Formatting
| Priority | Features |
|---|---|
| Must have | Bold, italic, headings (H1-H3), links, lists, images |
| Should have | Code blocks, blockquotes, dividers, tables |
| Nice to have | Callouts, toggles, embeds, colors |
| Avoid | Font family picker, font size picker (use heading levels instead) |