https://github.com/lrusso/tinydoc
TinyDOC is a WYSIWYG Editor
https://github.com/lrusso/tinydoc
editor javascript online text wysiwyg
Last synced: about 1 year ago
JSON representation
TinyDOC is a WYSIWYG Editor
- Host: GitHub
- URL: https://github.com/lrusso/tinydoc
- Owner: lrusso
- Created: 2021-10-24T16:11:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-20T19:27:43.000Z (about 2 years ago)
- Last Synced: 2024-04-21T02:54:43.096Z (about 2 years ago)
- Topics: editor, javascript, online, text, wysiwyg
- Language: JavaScript
- Homepage:
- Size: 2.02 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TinyDOC
TinyDOC is a WYSIWYG Editor. The idea of this project is to provide a lightweight text editor with simple and easy-to-use features without **execCommand**.

## Demo:
https://lrusso.github.io/tinyDOC/vanilla/tinyDOC.htm
## React version:
https://github.com/lrusso/tinyDOC/tree/main/react
## Vanilla JavaScript version:
https://github.com/lrusso/tinyDOC/tree/main/vanilla