Skip to content

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

License

Notifications You must be signed in to change notification settings

johanneswilm/prosemirror-suggestions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prosemirror-suggestions

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

This package is based on @quartzy/prosemirror-suggestions by Tristan Pemble.

"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

npm install --save prosemirror-suggestions

Usage

@TODO

Development

# Run tests
npm run test

# Build distributable
npm run build

# Build and watch for changes
npm run 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