Skip to content

Instantly share code, notes, and snippets.

@benhughes
Created March 22, 2025 13:32
Show Gist options
  • Save benhughes/a448586dcf80a00d4cc6e695d54f46d6 to your computer and use it in GitHub Desktop.
Save benhughes/a448586dcf80a00d4cc6e695d54f46d6 to your computer and use it in GitHub Desktop.
const title = encodeURIComponent(document.title)
const text = encodeURIComponent(window.location);
window.location=`things:///add?title=${title}&notes=${text}`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment