Created
September 2, 2017 04:53
-
-
Save takasek/a590f3dd84360d3fbcbc004073f6c675 to your computer and use it in GitHub Desktop.
すごい小ネタなんですが思いつきで、Workflowyからつぶやけるスクリプト書きました。Macのtwitterクライアントがインストールされてる前提。 #CodePiece
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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