Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

@wikifactory/slate-edit-blockquote

Package Overview
Dependencies
0
Maintainers
2
Versions
1
Issues
File Explorer

Advanced tools

@wikifactory/slate-edit-blockquote

A Slate plugin to handle keyboard events in blockquotes.

    0.7.1latest
    GitHub

Version published
Maintainers
2
Weekly downloads
2,423
increased by93.38%

Weekly downloads

Changelog

Source

[0.7.1] - 2018-12-20

  • Upgrade slate to 0.44.x

Readme

Source

@wikifactory/slate-edit-blockquote

NPM version Linux Build Status

A Slate plugin to handle keyboard events in blockquotes. Blockquotes can contain blocks.

Install

npm install @wikifactory/slate-edit-blockquote

Features

Natural keybindings:

  • Pressing Enter in an empty block of a blockquote, exits the blockquote
  • Pressing Backspace at the start of a block in a blockquote, unwraps from the blockquote

Simple Usage

import EditBlockquote from '@wikifactory/slate-edit-blockquote' const plugins = [ EditBlockquote() ]
Arguments

This plugin accepts options to redefine the following block types:

  • [type: String] — type for blockquotes
  • [typeDefault: String] — type for default block in blockquote.

Utilities

@wikifactory/slate-edit-blockquote exports utilities and changes:

utils.isSelectionInBlockquote

plugin.utils.isSelectionInBlockquote(value: Value) => Boolean

Return true if selection is inside a blockquote (and it can be unwrap).

changes.wrapInBlockquote

plugin.changes.wrapInBlockquote(editor: Editor) => Editor

Wrap current block in a new blockquote.

changes.unwrapBlockquote

plugin.changes.unwrapBlockquote(editor: Editor) => Editor

Unwrap from current blockquote if any.

Keywords

FAQs

Last updated on 20 Dec 2018

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc