https://github.com/keredson/tiny-react-rte
A tiny (single file) Rich Text Editor written in React.
https://github.com/keredson/tiny-react-rte
Last synced: about 2 months ago
JSON representation
A tiny (single file) Rich Text Editor written in React.
- Host: GitHub
- URL: https://github.com/keredson/tiny-react-rte
- Owner: keredson
- License: lgpl-3.0
- Created: 2016-09-15T23:25:12.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-21T19:18:33.000Z (almost 10 years ago)
- Last Synced: 2025-10-18T17:39:08.053Z (8 months ago)
- Language: JavaScript
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Tiny React RTE
==============
A tiny (single file) Rich Text Editor written in React.
How to Demo
-----------
Because of cross-origin javascript rules between `file://` and the regular web, you have to run:
```
python -m SimpleHTTPServer
```
and then go to [http://localhost:8000/example.html](http://localhost:8000/example.html).