remix logo

Hacker Remix

Show HN: Malarkdowney, Markdown Editor

2 points by rendaw 14 hours ago | 2 comments

dirkc 12 hours ago

Nice, took me a while to realize I could edit the text. Images doesn't seem to be implemented atm.

Looking at the source it seems like this uses wasm, what did you use to build it?

rendaw 3 hours ago

Thanks so much for looking! I thought this was totally going to the void.

Yeah, images aren't implemented atm, but I don't think it would be totally hard (although I'm not sure if it'd show the image or just highlight the text).

It's rust using web-sys and wasm-bindgen, cargo. Aside from wasm-bindgen I'm not using any packers or other special tooling.