slate-plugins
A collection of plugins for SlateJS, maintained by ConvertKit
File Explorer
- config.yml
- introduction.mdx
- index.js
- normalizing.js
- toggle-blockquote.js
- unwrap-blockquote.js
- wrap-blockquote.js
- slate-blockquotes.mdx
- test-editor.css
- test-editor.js
- test-value.js
- create-commands.js
- create-render-block.js
- create-schema.js
- index.js
- package.json
- yarn.lock
- index.js
- slate-code.mdx
- test-editor.css
- test-editor.js
- test-value.js
- syntax-highlight.js
- index.js
- package.json
- README.md
- yarn.lock
- index.js
- index.mdx
- index.js
- .DS_Store
- package.json
- README.md
- yarn.lock
- index.js
- slate-keymap.mdx
- index.js
- package.json
- README.md
- yarn.lock
- decrease-list-item-depth.js
- increase-list-item-depth.js
- normalizing.js
- on-backspace.js
- on-enter.js
- on-shift-enter.js
- toggle-list-different-type.js
- toggle-list-same-type.js
- unwrap-list.js
- wrap-list.js
- slate-lists.mdx
- test-editor.js
- test-value.js
- decrease-list-item-depth.js
- increase-list-item-depth.js
- toggle-list.js
- unwrap-list-by-key.js
- unwrap-list.js
- wrap-list.js
- create-commands.js
- create-normalize-node.js
- create-render-block.js
- create-schema.js
- index.js
- CHANGELOG.md
- package.json
- README.md
- yarn.lock
- index.js
- index.mdx
- events.js
- html.js
- index.js
- .DS_Store
- package.json
- yarn.lock
- index.js
- button.css
- button.js
- icons.js
- index.css
- index.js
- htm.js
- .gitignore
- .huskyrc
- .node-version
- _redirects
- CHANGELOG.md
- doczrc.js
- lerna.json
- LICENSE
- netlify.toml
- package.json
- README.md
- yarn.lock
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
yarn
View Details ▼
yarn
JavaScript and Node.js package manager alternative.
yarn global add {{module_name}}
Install a module globally:
yarn install
Install all dependencies referenced in the `package.json` file (the `install` is optional):
yarn add {{module_name}}@{{version}}
Install a module and save it as a dependency to the `package.json` file (add `--dev` to save as a dev dependency):
// repository documentation
Was this content helpful?
(0 ratings)
