ym-han / talon-cheatsheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Talon Voice Commands Cheatsheet

This is a demo for how to get a cheatsheet of all Talon voice commands.

To recreate what I did:

  1. Install Talon on your computer (see Getting Started).
  2. Clone this repository into your Talon user directory (see Getting Scripts).
  3. Say print help or print latex help.

This will generate self contained HTML or LaTeX file in the repository directory.

Building the style sheet

The repository contains both a Sass stylesheet, style.sass, and a precompiled CSS stylesheet, style.css. When you say 'print cheatsheet', the generated HTML file, cheatsheet.html inlines the precompiled CSS stylesheet.

To develop the Sass stylesheet you will need npm. There exists a precompiled HTML file, cheatsheet-dev.html, which links to the Sass stylesheet. To build this file and the linked Sass style sheet, run npm run dev.

If you wish to compile only the Sass style sheet, run npm run build-sass.

About


Languages

Language:HTML 55.4%Language:CSS 28.1%Language:Sass 16.1%Language:Python 0.2%Language:TeX 0.1%