Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save digitalfun/f2ecfa8d15cb2fc3abda to your computer and use it in GitHub Desktop.
Save digitalfun/f2ecfa8d15cb2fc3abda to your computer and use it in GitHub Desktop.
[iMacros] Preview markdown text from the clipboard inside an online-editor.
VERSION BUILD=8820413 RECORDER=FX
'open a new tab
TAB OPEN
TAB T=2
'goto online-editor and paste markdown from clipboard
URL GOTO=http://joncom.be/experiments/markdown-editor/edit/
TAG POS=1 TYPE=TEXTAREA ATTR=TXT:Start<SP>typing<SP>in<SP>the<SP>blue<SP>box... CONTENT={{!CLIPBOARD}}
'OPTIONAL: activate "Layout: Output"
'which shows the html representation of the markdown text.
URL GOTO=javascript:Layout('output');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment