dragoon0x/everything-design-taste

rich-text-editor

Rich text editor UX, formatting toolbar, markdown support, block-based editing, and editor patterns.

First seen Jul 18, 2026

Installation

$ npx skills add dragoon0x/everything-design-taste --skill rich-text-editor

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dragoon0x/everything-design-taste · top by installs.

npx skills add dragoon0x/everything-design-taste

Browse all from dragoon0x/everything-design-taste

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,504 B
  • docs SUMMARY.md 124 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

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)

Block-Based Editing

  • Each paragraph, heading, image, etc. is a block
  • Blocks can be reordered (drag handle)
  • Blocks can be converted (paragraph → heading, list → checklist)
  • "/" command to insert new block types
  • Block-level actions menu (⋮ button on hover)

Markdown Support

  • Typing shortcuts: # for heading, * for bold, > for quote
  • Auto-convert markdown syntax as user types
  • Export as markdown option

Collaboration

  • Real-time cursor positions
  • Selection highlighting per user
  • Comments on specific text ranges
  • Version history with visual diff