Skip to content

Instantly share code, notes, and snippets.

View michaeldurland's full-sized avatar

michaeldurland

View GitHub Profile
@michaeldurland
michaeldurland / wfpts.user.js
Last active November 5, 2019 22:12
Workflowy prefix tag states
// ==UserScript==
// @name Workflowy prefix tag states
// @namespace http://tampermonkey.net/
// @version 0.3
// @description Make a hotkey cycle the leading tag on the current item through different states, like #task, #ordered, #shipped, #arrived
// @author Michael Durland
// @match https://workflowy.com/*
// @grant none
// ==/UserScript==
@michaeldurland
michaeldurland / wfst.user.js
Last active November 13, 2019 17:37
Workflowy Strikethrough script
// ==UserScript==
// @name Workflowy Strikethrough script
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Adds a style to the page for Strikethrough text, and sets any items with the tag #st to use that style
// @author Michael Durland
// @match https://workflowy.com/*
// @grant none
// @require http://code.jquery.com/jquery-3.4.1.min.js
// ==/UserScript==