https://github.com/ninjamar/editor
A word processor that doesn't use document.execCommand
https://github.com/ninjamar/editor
javascript richtexteditor wysiwyg-editor
Last synced: 8 months ago
JSON representation
A word processor that doesn't use document.execCommand
- Host: GitHub
- URL: https://github.com/ninjamar/editor
- Owner: ninjamar
- License: mit
- Created: 2024-03-28T08:15:35.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T10:25:18.000Z (about 2 years ago)
- Last Synced: 2024-04-13T21:55:49.511Z (about 2 years ago)
- Topics: javascript, richtexteditor, wysiwyg-editor
- Language: JavaScript
- Homepage: https://ninjamar.dev/projects/editor
- Size: 432 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Editor
A text editor
# Installation
Download `src/editor`
```javascript
import { Editor } from "/path/to/editor/editor.js";
```
or use a CDN
```javascript
import { Editor } from ".https://cdn.jsdelivr.net/gh/ninjamar/editor@latest/src editor/editor.js";
```
# Usage
```javascript
new Editor(editorElement, options);
```