Skip to content

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

License

Notifications You must be signed in to change notification settings

naves/add-to-asana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published