Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umpox/TinyEditor
A functional HTML/CSS/JS editor in less than 400 bytes
https://github.com/umpox/TinyEditor
css html javascript
Last synced: 3 days ago
JSON representation
A functional HTML/CSS/JS editor in less than 400 bytes
- Host: GitHub
- URL: https://github.com/umpox/TinyEditor
- Owner: umpox
- License: mit
- Created: 2016-12-20T18:35:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-01T13:57:01.000Z (over 1 year ago)
- Last Synced: 2024-10-29T17:51:07.470Z (6 days ago)
- Topics: css, html, javascript
- Language: HTML
- Homepage: tiny-editor-umpox.vercel.app
- Size: 4.88 KB
- Stars: 2,338
- Watchers: 34
- Forks: 154
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - umpox/TinyEditor - A functional HTML/CSS/JS editor in less than 400 bytes (HTML)
- awesome-list - TinyEditor
README
# TinyEditor
## Usage
Paste the following code into your browser address bar:
data:text/html,textarea,iframe{width:100%;height:50%}body{margin:0}textarea{width:33.33%;font-size:18}
If you want to read the code, check out [index.html](https://github.com/umpox/TinyEditor/blob/master/index.html)