
Security News
TeamPCP and BreachForums Launch $1,000 Contest for Supply Chain Attacks
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.
@hanfy/plugin-alignment
Advanced tools
对齐方式:左对齐、居中对齐、右对齐、两端对齐
$ yarn add @hanfy/plugin-alignment
添加到引擎
import Engine, { EngineInterface } from '@hanfy/engine';
import Alignment from '@hanfy/plugin-alignment';
new Engine(...,{ plugins:[Alignment] })
//快捷键
hotkey?: {
left?: string;//左对齐,默认 mod+shift+l
center?: string;//居中对齐,默认 mod+shift+c
right?: string;//右对齐,默认 mod+shift+r
justify?: string;//两端对齐,默认 mod+shift+j
};
//使用配置
new Engine(...,{
config:{
"alignment":{
//修改 左对齐 快捷键
hotkey:{
left:"快捷键"
}
}
}
})
对齐插件可选参数,left | center | right | justify,分别表示 左对齐、居中对齐、右对齐、两端对齐
//使用 command 执行插件、并传入所需参数
engine.command.execute('alignment', 'left' | 'center' | 'right' | 'justify');
//使用 command 执行查询当前状态,返回 string | undefined,光标所在处节点对齐样式 "left" | "center" | "right" | "justify"
engine.command.queryState('alignment');
FAQs
The npm package @hanfy/plugin-alignment receives a total of 9 weekly downloads. As such, @hanfy/plugin-alignment popularity was classified as not popular.
We found that @hanfy/plugin-alignment demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.

Research
GemStuffer abuses RubyGems as an exfiltration channel, packaging scraped UK council portal data into junk gems published from new accounts.