Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk authored May 26, 2024
1 parent d961242 commit b5e2505
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,26 @@

[![Deploy to GitHub Pages](https://github.com/electrikmilk/shortcuts-glyph-search/actions/workflows/deploy.yml/badge.svg)](https://github.com/electrikmilk/shortcuts-glyph-search/actions/workflows/deploy.yml)

Static site for searching for <a href="https://apps.apple.com/us/app/shortcuts/id1462947752" target="_blank" rel="noopener noreferrer">Siri Shortcut</a> glyphs.
Static site for searching for <a href="https://apps.apple.com/us/app/shortcuts/id1462947752" target="_blank" rel="noopener noreferrer">Siri Shortcut</a> glyphs and generating code to use in Shortcut programming languages.

## Usage
## Shortcuts Language Usage Generation

Includes a How-to section on using the glyph and color identifiers in a Shortcuts programming language like Cherri or Jelly.

![Code section](https://github.com/electrikmilk/shortcuts-glyph-search/assets/4368524/28fb2506-d11f-47f5-be73-5556382c6a80)

## Support the glyph list
## Support the Glyphs List

The identifiers are listed in [glyphs.json](https://github.com/electrikmilk/shortcuts-glyph-search/blob/main/src/assets/glyphs.json). You could use a [online JSON tool](https://onlinejsontools.com/extract-json-keys) to extract a list of keys for your application.

## Dependencies

- [shortcut-icons](https://github.com/atnbueno/shortcut-icons)
- Vue
- Framework7 (Vue)
- [Vue](https://vuejs.org)
- [Framework7 (Vue)](https://framework7.io/vue/)

## Special Thanks

- [@atnbueno](https://github.com/atnbueno)
- [@actuallytaylor](https://github.com/actuallytaylor)
- [@chrisjmendez](https://github.com/chrisjmendez)

0 comments on commit b5e2505

Please sign in to comment.