Use diffhtml to update rendered html#163
Use diffhtml to update rendered html#163CaptainCodeman wants to merge 2 commits intoBearToCode:masterfrom
Conversation
|
Hi! I like this idea, however I've tested it and it breaks the Maybe there's another approach for just "recycling" the HTML for images and videos, and not everything else? |
|
I haven't used either of those - TBH I thought that was the spot where the renderedHtml was written to the DOM, but I guess not? |
|
It is, however those plugins work by manipulating the generated HTML (i.e. the one I'm not really sure how this could be avoided. Maybe there's a way to sort of cache videos and images, to prevent the flickering visible in #162 ? |
Uses diffhtml to patch the rendered HTML to prevent img, video, and iframe content being re-loaded on every edit.
Closes #162