You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am writing some documentation about a library that is assigning Linux distributions to their equivalent NerfFont icon. To illustrate my choice of icons and make it clear that the codepoint corresponds to the right glyph, I would like to have an URL in which I can point to that glyph.
Desired Solution
Ideally, I would like to have a unique URL for each glyph.
I tried to hack my way by referencing in the URL the search box form's id, like: https://www.nerdfonts.com/cheat-sheet?glyphSearch=nf-linux-nobara.
But of course it doesn't work and the search box is not magically populated with the nf-linux-nobara text.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
kdeldycke
changed the title
site(cheat-sheet): show tooltip when icon, class or UTF copied #1764
site(cheat-sheet): unique URLs for each glyph
Dec 24, 2024
Requirements
Problem Description
I am writing some documentation about a library that is assigning Linux distributions to their equivalent NerfFont icon. To illustrate my choice of icons and make it clear that the codepoint corresponds to the right glyph, I would like to have an URL in which I can point to that glyph.
Desired Solution
Ideally, I would like to have a unique URL for each glyph.
Something like:
https://www.nerdfonts.com/cheat-sheet/nf-linux-nobara
https://www.nerdfonts.com/cheat-sheet/f380
Alternatives Considered
I tried to hack my way by referencing in the URL the search box form's
id
, like:https://www.nerdfonts.com/cheat-sheet?glyphSearch=nf-linux-nobara
.But of course it doesn't work and the search box is not magically populated with the
nf-linux-nobara
text.Additional Context
No response
The text was updated successfully, but these errors were encountered: