Skip to content

Instantly share code, notes, and snippets.

@TwisterMc
Created December 10, 2014 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TwisterMc/72c8213e65b17e5c11a3 to your computer and use it in GitHub Desktop.
Save TwisterMc/72c8213e65b17e5c11a3 to your computer and use it in GitHub Desktop.
Things Mac Bookmarklet Updated
javascript:window.location='things:add?title='+encodeURIComponent(document.title)+'&notes='+encodeURIComponent(document.URL)
@TwisterMc
Copy link
Author

The official Things Bookmarklet didn't work for me so I created a new version. This only saves the page title and URL. Not the date.

@ccMick
Copy link

ccMick commented Dec 10, 2014

To clarify, it was only failing for you in Chrome, right? Safari was okay?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment