Skip to content
#

shortcuts

Here are 584 public repositories matching this topic...

joshfarrant
joshfarrant commented Dec 4, 2018

#16 added support for an optional options parameter to the buildShortcut function.

Currently, the supported options are:

buildShortcut([], {
  icon: {
    color: COLORS.LIGHT_BLUE // Or any color specified in src/meta/colors.ts
    glyph: GLYPHS.E9AE // Or any glyph specified in src/meta/glyphs.ts
  },
});

Currently, this functionality isn't documented anywhere. It wo

help wanted good first issue
DenverCoder1
DenverCoder1 commented Oct 7, 2021

Before submitting a PR, please read the pinned issue for instructions.

You may choose to add one or a few, to leave some for others to contribute.

A few missing symbols:

\vDash	⊨	
\nVDash	⊯	
\nVdash	⊮	
\nvDash

Already added (#74, #75, #78):

\models	⊧	
\nequiv	≢	
\VDash	⊫	
\Vdash	⊩
\Vvdash	⊪	
\nvdash	⊬	

Improve this page

Add a description, image, and links to the shortcuts topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the shortcuts topic, visit your repo's landing page and select "manage topics."

Learn more