Skip to content

Instantly share code, notes, and snippets.

@davenicholls
davenicholls / gistcheck.py
Last active July 25, 2016 00:40 — forked from spencerogden/gistcheck.py
Script for use with Pythonista to store and retrieve gists. This version simply combines the auth() function from a script by Westacular with a version of that script updated and enhanced by spencerogden.
# Source: https://gist.github.com/5212628
#
# All-purpose gist tool for Pythonista.
#
# When run directly, this script sets up four other scripts that call various
# functions within this file. Each of these sub-scripts are meant for use as
# action menu items. They are:
#
# Set Gist ID.py - Set the gist id that the current file should be
# associated with.
@paulirish
paulirish / data-markdown.user.js
Last active February 6, 2024 10:41
*[data-markdown] - use markdown, sometimes, in your HTML
// ==UserScript==
// @name Use Markdown, sometimes, in your HTML.
// @author Paul Irish <http://paulirish.com/>
// @link http://git.io/data-markdown
// @match *
// ==/UserScript==
// If you're not using this as a userscript just delete from this line up. It's cool, homey.