New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@aomao/plugin-italic

Package Overview
Dependencies
Maintainers
1
Versions
217
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aomao/plugin-italic

斜体样式插件

latest
Source
npmnpm
Version
2.10.0
Version published
Maintainers
1
Created
Source

@aomao/plugin-italic

斜体样式插件

安装

$ yarn add @aomao/plugin-italic

添加到引擎

import Engine, { EngineInterface } from '@aomao/engine';
import Italic from '@aomao/plugin-italic';

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

可选项

快捷键

默认快捷键为 mod+i,以数组形式传入多个快捷键

//快捷键,
hotkey?: string | Array<string>;

//使用配置
new Engine(...,{
    config:{
        "italic":{
            //修改快捷键
            hotkey:"快捷键"
        }
    }
 })

命令

engine.command.execute('italic');
//使用 command 执行查询当前状态,返回 boolean | undefined
engine.command.queryState('italic');

FAQs

Package last updated on 17 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts