# jodit
**Repository Path**: 809367402/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**: 2020-06-30
- **Last Updated**: 2020-12-19
## 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://travis-ci.org/xdan/jodit)
[](https://badge.fury.io/js/jodit)
[](https://www.npmjs.com/package/jodit)
[](https://gitter.im/xdan/jodit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
* [Demo and Official site](https://xdsoft.net/jodit/)
* [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/)
> For old version, please follow here [https://github.com/xdan/jodit2](https://github.com/xdan/jodit2)
## 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 `