For other people looking for this in the future, I have released prosemirror-autocomplete and done a bit of a comparison between prosemirror-suggest
, prosemirror-suggestions
and prosemirror-mentions
. There are a few different tradeoffs depending on:
- if you want to have a social-like editor/UI (similar to twitter) where I think you should choose
prosemirror-suggestions
(no UI) andprosemirror-mentions
(simple UI included); or - if you want to have a similar experience to Notion/GoogleDocs/Confluence/VSCode, where you should choose
prosemirror-autocomplete
.
Hope that helps other people who find this thread!