Skip to content

Instantly share code, notes, and snippets.

@takasek
Created September 2, 2017 04:53
Show Gist options
  • Save takasek/a590f3dd84360d3fbcbc004073f6c675 to your computer and use it in GitHub Desktop.
Save takasek/a590f3dd84360d3fbcbc004073f6c675 to your computer and use it in GitHub Desktop.
すごい小ネタなんですが思いつきで、Workflowyからつぶやけるスクリプト書きました。Macのtwitterクライアントがインストールされてる前提。 #CodePiece
document.location.href = "twitter://post?message=" + encodeURIComponent(getSelection().focusNode.wholeText)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment