Skip to content

joelewis/prosemirror-suggestions

 
 

Repository files navigation

@quartzy/prosemirror-suggestions

Latest Version on NPM Software License Build Status Total Downloads

A plugin for ProseMirror that helps you add suggestions to your editor.

"Suggestions" is a loose concept; while we originally designed this plugin around @mentions or #hash-tags, we hope that it can be adapted to other use cases.

This plugin will not render any UI for you. The goal is to handle triggers, giving you tools to render your own UI elements however you choose.

Installation

yarn add @quartzy/prosemirror-suggestions

Usage

@TODO

Development

# Run tests
yarn test

# Build distributable
yarn build

# Build and watch for changes
yarn watch

Credits

License

The Apache License, v2.0. Please see License File for more information.

About

Plugin for handling suggestions in Prosemirror (e.g. autocomplete on mentions, tags, etc.)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 89.6%
  • HTML 8.3%
  • CSS 2.1%