🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@vericus/slate-kit-basic-text-formatting

Package Overview
Dependencies
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vericus/slate-kit-basic-text-formatting

Plugin that provides `expected` functionality on `strike-through, underlined, bold, italicised` text on slate

0.2.28
latest
Source
npm
Version published
Maintainers
2
Created
Source

@Vericus / Basic Text Formatting

Plugins that provides expected functionality on strike-through, underlined, bold, italicised text on slate

Documentation

Slate plugin that provides expected functionality on strike-through, underlined, bold, italicised text such as keyboard shortcuts, helpers that can be used to trigger changes on toolbars, and optional renderer using @vericus/slate-kit-basic-text-formatting-renderer

this plugin is configurable through options on the keybindings and whether the renderer for strike-through, underlined, bold, italicised are being provided externally or not

{
  keyBindings: [
    { hotkeys: "mod+b", changeName: "toggleBold" },
    { hotkeys: "mod+i", changeName: "toggleItalic" },
    { hotkeys: "mod+u", changeName: "toggleUnderline" }
  ],
  externalRenderer: false
}

License

MIT © slate-kit

Keywords

Vericus

FAQs

Package last updated on 21 May 2020

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