# simditor-html
**Repository Path**: chiangdaien_admin/simditor-html
## Basic Information
- **Project Name**: simditor-html
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-03-30
- **Last Updated**: 2022-10-15
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
simditor-html
=============
Add a HTML source editing button for Simditor. Use [js-beautify](https://github.com/beautify-web/js-beautify) for HTML formatting.
###Usage
Reference button and dependency script on your page with Simditor:
```html
```
Add html button config when you initialize Simditor:
```js
var editor = new Simditor({
textarea: $('#txt-editor'),
toolbar: ['bold', 'italic', 'underline', 'color', '|', 'ol', 'ul', '|', 'html']
});
```