diffplug / diffplug/gitcasso

syntax highlighting in github commit message boxes

Open
#113 0 comments 1 reaction 0 assignees View on GitHub
enhancement
Dominant language
HTML
Stars
58
Forks
0
PR merge metrics
No merged PRs in 30d

Description

GitHub does some syntax highlighting when rendering commit messages, we should match its behavior whenever a user is typing into a commit textarea.

Image

Hardest part is just that GitHub uses a monospace font, different than all of the other textareas we are enhancing. If we finish

- #99

then implementing this would be pretty easy.

Some important fact-finding we need to do first: what aspects of markdown does GitHub render?

Contributor guide

Open the contributing guide

Research direction

Start by documenting which Markdown constructs GitHub highlights in commit message textareas, then compare that behavior with the existing textarea enhancement and the prerequisite in #99. Done means commit-message input uses a monospace presentation and matches the agreed GitHub highlighting behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
github, html, markdown
Domain
frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
32/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.