tinacms/tinacms

✨ Highlight Colors - Allow configurable highlight colors in the rich text editor

Open

#6,554 opened on 2026年3月26日

GitHub で見る
 (3 comments) (0 reactions) (1 assignee)TypeScript (9,863 stars) (509 forks)batch import
YakShavergood first issue

説明

Requested by: @Ben0189 via YakShaver.ai 🦬 cc: @Ben0189, @kulesy, @JackDevAU

Hi Team!

  🟥  Watch the video (55 sec)

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

  1. Highlight colors are no longer hard-coded in the TinaCMS codebase.
  2. Users can configure available highlight colors via a documented configuration option.
  3. The rich text editor displays the configured highlight colors in its UI.
  4. If no custom configuration is provided, a sensible default set of highlight colors is used.
  5. Changes are documented clearly for contributors and users.
  6. The PBI is suitable to be tagged as a 'good first issue'.

コントリビューターガイド