Skip to content

Instantly share code, notes, and snippets.

View eschultink's full-sized avatar
💻
Coding (and hiring! reach out)

Erik Schultink eschultink

💻
Coding (and hiring! reach out)
View GitHub Profile
@jlorper
jlorper / asana-tasks-to-markdown.user.js
Last active February 7, 2022 05:24
Converts selected tasks in Asana to a list of Markdown links and copies them onto the clipboard
// ==UserScript==
// @name asana-tasks-to-markdown.user.js
// @namespace http://tampermonkey.net/
// @version 0.3.6
// @downloadUrl https://gist.githubusercontent.com/jlorper/6221b84ba76fec4ccfa4167a9ab38d97/raw/asana-tasks-to-markdown.user.js
// @updateUrl https://gist.githubusercontent.com/jlorper/6221b84ba76fec4ccfa4167a9ab38d97/raw/asana-tasks-to-markdown.user.js
// @description Converts selected tasks into a list of markdown links, puts the result in the clipboard
// @author Jose Lorenzo @jlorper
// @require https://code.jquery.com/jquery-3.4.0.min.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js