/add-to-asana

Bookmarklet for sending the link of the current page to asana.

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

send-to-asana

Bookmarklet for adding the link of the current page to Asana.

If any text is selected on the page, it will be also added to the Description field in Asana.

Based on code posted on a Stackoverflow post.

Note

Remember to convert your Asana's API key plus colon to base64:

# Convert API key plus colon to base64
echo -n 'YOURAPIKEY' | openssl enc -base64
>>> WU9VUkFQSUtFWQ==