naves / add-to-asana

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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==

About

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

License:GNU General Public License v2.0


Languages

Language:JavaScript 100.0%