4 ms·
Blazemark – A fast web Markdown editor with worker and WASM
- asleepawake 5y agoAhh I love this. Would be very useful for tools like foam for vscode or dendron. A lot of these tools would benefit from an off thread asynchronous language server. Because most of them use the same features, most notably double bracket links and hashtags, a generic implementation could support a lot of these tools
- johnday 5y agoThis looks interesting, but the flash of white in the right pane is quite disruptive. Would there be a way to avoid that without diving into a virtual DOM?
- euroderf 5y agoIn my browser, any edit anywhere in the left pane repaints the right pane AND scrolls it back up to top.
- rabbithols 5y agoNow the huge repaint was removed.
- rabbithols 5y agoI will study the subject, that's the same question I had today. For now I've implement a stupid parser that convert the html to react component.