microsoft / microsoft/vscode-codicons
Underline icon
Nobody has claimed this yet.
- Dominant language
- Handlebars
- Stars
- 1.2k
- Forks
- 210
- Avg merge
- 43m
- Merged PRs (30d)
- 3
Description
There's an icon for the action of strikethrough, but no icon for the action of underline to use in a text editor.
Usage
I'm assuming this icon wasn't made because there was no use for it, since standard Markdown doesn't support underlining, but:
- GitHub's markdown renders underlining with
<ins>underline</ins>; - VS Code's built-in markdown preview renders underlining with
<u>underline</u>; - Discord's markdown supports underlining with
__underline__.
Having this icon would be relevant for other markdown editors to take advantage of that, or to be used in the context of any other text editor.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the existing strikethrough icon with the repository's icon set and contribution conventions. Add a matching underline action icon that can be used by Markdown and other text editors, then verify that it is available alongside the existing text-formatting icons.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- vscode
- Domain
- design
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100