@aomao/plugin-removeformat
TypeScript icon, indicating that this package has built-in type declarations

2.10.0 • Public • Published

@aomao/plugin-removeformat

移除样式插件

移除所有 mark 标签插件

移除所有 block 样式

安装

$ yarn add @aomao/plugin-removeformat

添加到引擎

import Engine, { EngineInterface } from '@aomao/engine';
import Removeformat from '@aomao/plugin-removeformat';

new Engine(...,{ plugins:[Removeformat] })

可选项

快捷键

默认快捷键为 mod+\

//快捷键
hotkey?: string | Array<string>;
//使用配置
new Engine(...,{
    config:{
        "redo":{
            //修改快捷键
            hotkey:"快捷键"
        }
    }
 })

命令

//使用 command 执行插件
engine.command.execute('removeformat');

Readme

Keywords

none

Package Sidebar

Install

npm i @aomao/plugin-removeformat

Weekly Downloads

47

Version

2.10.0

License

MIT

Unpacked Size

10.7 kB

Total Files

7

Last publish

Collaborators

  • aomao