Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/morganney/simple-html-editor

Simple HTML editor using ES modules, CDN, and no build.
https://github.com/morganney/simple-html-editor

cdn editor esmodules html iframe

Last synced: 24 days ago
JSON representation

Simple HTML editor using ES modules, CDN, and no build.

Awesome Lists containing this project

README

        

Minimal example of creating a live HTML editor using an `iframe`.

Meant to give a general idea of how to make a more robust, production-level HTML editor using a modern Web Browser, CDN, ES Modules and no build tools (bundlers).

Basically a reproduction of a [StackOverflow answer](https://stackoverflow.com/questions/76724943/iframe-document-write-doesnt-update-javascript/78439615#78439615).