https://github.com/totaljs/editor
https://github.com/totaljs/editor
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/totaljs/editor
- Owner: totaljs
- License: mit
- Created: 2022-01-20T19:05:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-28T08:39:11.000Z (5 months ago)
- Last Synced: 2026-01-29T00:08:13.574Z (5 months ago)
- Language: HTML
- Size: 8.86 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Total.js Editor
- optimized for iframe only
- instance: https://cdn.componentator.com/editor/1.html
__Features__:
- full support for Total.js framework
- JavaScript linter
- HTML linter
- CSS linter
- custom scrollbar
- multiple cursors
- works in iframe only
- supports markers for real-time collaboration
- no external dependencies
__Cons__:
- 1.5 MB javascript
- 13 kB css
### Compiling
__Dependencies__:
```bash
$ npm install -g total5
$ npm install -g uglifyjs
$ npm install -g uglifycss
````
__Building__:
```bash
$ node minify.sh
````
### Documentation
Soon.