Closed benrbray closed 1 year ago
If there is something that needs changing over in prosemirror-autocomplete, happy to try and make it happen. It has worked well for us over in Curvenote.
@rowanc1 Thanks very much for the prosemirror-autocomplete
package, it's great! I've decided to switch from prosemirror-suggest
to prosemirror-autocomplete
, because:
prosemirror-autocomplete
a bit easier to use, since it handles just the autocompletion and gives me freedom to handle the autocomplete events however I wantprosemirror-autocomplete
depends only on core prosemirror
modules, while prosemirror-suggest
pulls in many extra dependencies like remirror
and react
that were giving me compilation issuesI opened a small PR curvenote/editor#185 to add a cancelOnSpace
option, let me know what you think!
So awesome! Glad it is working for you!
I will take a look at the PR soon, thanks for the detailed write up.
the existing suggestion popup needs a makeover, so I need to decide between:
prosemirror-suggest
prosemirror-autocomplete