Last active
June 13, 2016 15:20
-
-
Save jfmherokiller/9f2fe479b332459c2ee2b6ea4b0b740b to your computer and use it in GitHub Desktop.
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
macros['hello'] = | |
{ | |
handler: function() | |
{ | |
alert('Hi, reader!'); | |
} | |
} | |
jQuery('#storeArea').append('<div tiddler="Hax" tags="nobr" created="0" modifier="twee" twine-position="0,0"> The Javascript billetroa has landed <<hello>></div>') | |
tale.constructor() | |
state.display('Hax') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment