Skip to content

Instantly share code, notes, and snippets.

@jmsole
jmsole / 0_reuse_code.js
Created June 8, 2016 14:51
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@jmsole
jmsole / draw-glyph-outline.drawbot.glyphsapp.py
Last active March 29, 2023 10:08 — forked from arrowtype/draw-glyph-outline.drawbot.glyphsapp.py
For DrawBot in GlyphsApp: Draw a glyph's outlines & nodes, for presentation / social media purposes
"""
Script to create an image of a glyph in the current layer.
Instructions:
- Use within the Drawbot plugin of GlyphsApp.
- Get this plugin via Window > Plugin Manager, then search for "Drawbot" and install it.
- Then, go to File > New Drawbot, and paste in this code and run it.
- You may need to restart glyphs for the Plugin to work.