StackEdit: Markdown editor with real-time HTML preview
benweet.github.io
StackEdit: Markdown editor with real-time HTML preview
1–4 of 4 posts
Re: StackEdit: Markdown editor with real-time HTML preview
#2Looks good, better than http://markdownlivepreview.com/
Re: StackEdit: Markdown editor with real-time HTML preview
#3this field is getting pretty crowded these days,
but you've got a very nice implementation here...
-bowerbird
Re: StackEdit: Markdown editor with real-time HTML preview
#4Love the synchronized scrolling (and the fact internal links work - `#foo` scrolls both panes to the `# Foo` heading)!
The source is a simple textarea, right? Nice, I didn't realize you could reliably scroll one. [https://github.com/benweet/stackedit/blob/master/res/extensi... seems to do the magic.]