@panhezeng/tinymce-plugin-text-indent-outdent
v1.4.0
Published
A tinymce plugin text indent outdent
Downloads
7
Readme
tinymce-plugin-text-indent-outdent
tinymce plugin
Example
Explain
官方的 indent 不是 text-indent,于是自己写了一个。
基于官方 indent 相关代码开发
plugin_textindentoutdent 如果不传,默认值是 2px
Use
tinymce.init({
selector: "textarea.tinymce",
plugins: "textindentoutdent",
toolbar: "textindent | textoutdent",
plugin_textindentoutdent: { value: 30, unit: "px" }
});
Development
- Create a plugin for TinyMCE
- How to create custom toolbar buttons
- Types of toolbar buttons
- How to create custom menu items
- semantic-release-cli setup
Test
example/src/index.js => import "../../src/index";
npm run dev:example