mb21 / panwriter

Markdown editor with pandoc integration and paginated preview.
https://PanWriter.com
GNU General Public License v3.0
1.03k stars 49 forks source link

Pandoc in WebAssembly potentially useful here? #43

Closed ickc closed 3 years ago

ickc commented 3 years ago

Not a JS/WebAssembly dev here so can't tell: this transpiler here https://github.com/tweag/asterius can transpile pandoc to WebAssembly, which can call pandoc in the browser to convert documents.

So it would mean it can be used here as the rendering engine? Don't know the latency is good enough for live view though.

mb21 commented 3 years ago

Thanks! I've already opened https://github.com/mb21/panwriter/issues/27 about this... but so far didn't have time to give it a try...

ickc commented 3 years ago

I should've read it first. I got sloppy on mobile... Thanks!