Created
September 30, 2016 22:11
-
-
Save theskillwithin/60a818748d9e9cc75b592a6f2bc85a9a to your computer and use it in GitHub Desktop.
textual://custom-scripts-folder
This file contains 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
on textualcmd(inputText, selectedChannel) | |
if inputText is equal to "flexbox" then | |
return "https://css-tricks.com/snippets/css/a-guide-to-flexbox/ --- https://youtu.be/G7EIAgfkhmg --- https://youtu.be/qpdxiIDzg6Q" | |
else if inputText is equal to "cp" then | |
return "codepen.io" | |
else | |
return "/debug Help commands: message1, message2" | |
end if | |
end textualcmd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment