macdown
macdown copied to clipboard
Load a 2nd webview, and swap it out with the visible one when it's done rendering.
trafficstars
Renders updated markdown into a 2nd webview behind the currently visible webview. when it's done loading, the visible view is removed and replaced with the one beneath it. this way, the content doesn't flicker as you type.
Fixes #1104
The blinking is indeed fixed, but on my machine the rendering delay is significantly longer than current master branch.