StackEdit: Markdown editor with real-time HTML preview (benweet.github.io) 18 points by aydinhan 12y ago ↗ HN
[–] bowerbird 12y ago ↗ this field is getting pretty crowded these days, but you've got a very nice implementation here...-bowerbird
[–] cben 12y ago ↗ Love 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.]
3 comments
[ 2.7 ms ] story [ 19.1 ms ] thread-bowerbird
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.]