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

Idea for preview: use pandoc compiled to wasm instead of markdown-it.js #27

Open mb21 opened 4 years ago

mb21 commented 4 years ago

Got this idea when seeing asterius, they even have a pandoc demo: https://github.com/tweag/asterius/blob/master/README.md#demos

but not sure about the performance, ease of maintainability etc.

Edit: alternatively, we could try:

ickc commented 3 years ago

It would be interesting. Another thing I worry is how the live view update would looks like—if it would be jumping around when the document is updating, etc.