63 comments (63 comments)167 reactions (167 reactions)0 assignees (0 assignees)TypeScript14,940 forks (14,940 forks)batch import
Candidate P1enhancementhelp wanted
Repository metrics
- Stars
- 129,789 stars (129,789 stars)
- PR merge metrics
- Avg merge 5d 7h (Avg merge 5d 7h)18 merged PRs in 30d (18 merged PRs in 30d)
Description
I often want to change a color of a single word in text. That's not currently possible. Not looking for any advanced features or more UI but this would be really handy.
Contributor guide
- Research direction
- Investigate how Excalidraw currently handles text rendering and selection. Then implement color range support by modifying the text element to store per character color data and update the rendering logic to apply colors accordingly.
- Tech stack
- javascripttypescriptreact
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- JavaScriptReact