tinacms/tinacms
GitHub で見る✨ Highlight Colors - Allow configurable highlight colors in the rich text editor
Open
#6,554 opened on 2026年3月26日
YakShavergood first issue
説明
Requested by: @Ben0189 via YakShaver.ai 🦬 cc: @Ben0189, @kulesy, @JackDevAU
Hi Team!
Pain
The rich text editor in TinaCMS currently uses hard-coded highlight colors. This PBI introduces support for configurable highlight colors so users can define and customize the colors available in the highlighting tool, improving flexibility and usability.
Acceptance Criteria
- Highlight colors are no longer hard-coded in the TinaCMS codebase.
- Users can configure available highlight colors via a documented configuration option.
- The rich text editor displays the configured highlight colors in its UI.
- If no custom configuration is provided, a sensible default set of highlight colors is used.
- Changes are documented clearly for contributors and users.
- The PBI is suitable to be tagged as a 'good first issue'.