vercel / vercel/hyper

Add font glyph compatability

Open
#6,920 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
44.7k
Forks
3.6k
Avg merge
21m
Merged PRs (30d)
1

Description

Is your feature request related to a problem? Please describe.
When typing logical operators or grammatical symbols, fonts like fira code have custom glyphs for this. (e.g. =>, >=, <=, ..., +=, -=, ==, ===, !=, !==, etc.). Hyper currently does not use these glyphs.

Describe the solution you'd like
I would like Hyper to implement support for these glyphs. this is a pretty common feature of Nerd Fonts.

Describe alternatives you've considered
Ive attempted to enable this via CSS, but it seems like there isn't a clear or universal way to do this.

Additional context

image
image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by investigating Hyper's font rendering and the CSS-based approaches mentioned in the issue, using the listed operator sequences as examples. Done means Hyper renders supported combinations such as =>, >=, +=, ==, and !== with the selected font's custom glyphs.

Written by the indexing model from the issue text.

Assessment

Tech stack
css
Domain
frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.