Skip to content

Instantly share code, notes, and snippets.

@jkishner
Last active December 20, 2015 11:48
Show Gist options
  • Save jkishner/6125679 to your computer and use it in GitHub Desktop.
Save jkishner/6125679 to your computer and use it in GitHub Desktop.
Tweet Trex
var text = op.getLineText();
var link = op.getCursorUrl();
window.open("https://twitter.com/share?text=" + text + "&url=" + link,"_blank");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment