Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.31 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.31 KB

fontParts autocomplete for Atom

This package provides an autocomplete for the basic terms used while writing scripts for RoboFont.
Use this gist of RafalBuchner to run python scripts from Atom and execute them inside Robofont.

Since this is not an official Atom-package you can install it like this:

  1. Clone this repo
  2. Install apm (in Atom go to Atom -> Install Shell Commands)
  3. Open the Terminal, navigate to the repo directory and run apm link
  4. Back in Atom it should now be installed, you'll find it under Atom -> Preferences... -> Packages -> Community Packages

In the intermediate.json you'll find all the terms for autocompletion. If you find something missing you can add it there. Reload after you made changes with ctrl+option+command+L

Acknowledgements