TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Edit and convert between Markdown, Org, HTML and more in your browser

21 pointsby osenerabout 10 years ago

4 comments

osenerabout 10 years ago
This is something I&#x27;ve hacked together to learn how to develop client-side apps with Haskell. I&#x27;ve used GHCJS to compile Pandoc into JS (which is the reason for the huge app size, though I&#x27;m working on bringing it down) and built an interface around it using Reflex FRP library (<a href="https:&#x2F;&#x2F;github.com&#x2F;ryantrinkle&#x2F;reflex" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ryantrinkle&#x2F;reflex</a>)<p>You can find the source code here: <a href="https:&#x2F;&#x2F;github.com&#x2F;osener&#x2F;markup.rocks" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;osener&#x2F;markup.rocks</a>
Geraldusabout 10 years ago
Awesome! This was one of things which I wanted to try in future.
Immortalinabout 10 years ago
Really nice, have been looking for something like this for quite sometime.
polygonplanetabout 10 years ago
Cool!