# jodit
**Repository Path**: gmarshal/jodit
## Basic Information
- **Project Name**: jodit
- **Description**: Jodit是一款使用纯TypeScript编写的(无需使用其他库),美观实用的所见即所得(WYSIWYG)开源富文本编辑器,支持中文,超强自定义^^
- **Primary Language**: JavaScript
- **License**: MIT
- **Default Branch**: master
- **Homepage**: https://www.oschina.net/p/jodit
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 5
- **Created**: 2021-11-26
- **Last Updated**: 2021-11-26
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README

# Jodit Editor 3
An excellent WYSIWYG editor written in pure TypeScript without the use of additional libraries. Its file editor and image editor.
[](https://github.com/xdan/jodit/actions/workflows/tests.yml)
[](https://badge.fury.io/js/jodit)
[](https://www.npmjs.com/package/jodit)
* [Demo and Official site](https://xdsoft.net/jodit/)
* [PRO Version](https://xdsoft.net/jodit/pro/)
* [Playground - play with options](https://xdsoft.net/jodit/play.html)
* [Documentation](https://xdsoft.net/jodit/doc/)
* [Download&Changes](https://github.com/xdan/jodit/releases)
* [Changelog](https://github.com/xdan/jodit/blob/master/CHANGELOG.MD)
* [Examples](https://xdan.github.io/jodit/examples/)
## Get Started
## How use
Download latest [release](https://github.com/xdan/jodit/releases/latest) or
### INSTALL VIA NPM
```bash
npm install jodit
```
or
```bash
yarn add jodit
```
### Include just two files
ES5 Version
```html
```
ES2018 Version (if your users use only modern browsers)
```html
```
### CDN
```html
```
### USAGE
And some `