An open API service indexing awesome lists of open source software.

https://github.com/totaljs/editor


https://github.com/totaljs/editor

Last synced: 4 months ago
JSON representation

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.