Skip to content

Instantly share code, notes, and snippets.

@htakeuchi
Last active November 20, 2023 04:42
Show Gist options
  • Save htakeuchi/f472d0eaf1e9f5eb111bda9cef00597e to your computer and use it in GitHub Desktop.
Save htakeuchi/f472d0eaf1e9f5eb111bda9cef00597e to your computer and use it in GitHub Desktop.
api.mapkey('<Meta-Shift-Enter>', 'Open textwell', function() {
const text = '“' + window.getSelection().toString() + '”\n' + window.top.document.title + ' - ' + window.top.location.href;
location.href = `textwell:///add?text=${encodeURIComponent(text)}`
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment