Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/morganney/simple-html-editor
- Owner: morganney
- Created: 2024-05-09T04:29:51.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-14T14:12:33.000Z (8 months ago)
- Last Synced: 2024-05-14T14:50:52.341Z (8 months ago)
- Topics: cdn, editor, esmodules, html, iframe
- Language: HTML
- Homepage: https://morganney.github.io/simple-html-editor/
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).