am-editor-002/docs/plugin/plugin-selectall.md

443 B

@aomao/plugin-selectall

Select all plugins

Installation

$ yarn add @aomao/plugin-selectall

Add to engine

import Engine, {EngineInterface} from'@aomao/engine';
import Selectall from'@aomao/plugin-selectall';

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

hot key

The shortcut key is mod+a, which cannot be modified

Command

//Use command to execute the plugin
engine.command.execute('selectall');