You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. New to Quill. I'm starting from this React example, and trying to use Quill as a replacement for CKEditor with the token-replacement-ckeditor-plugin. The idea being that I can have ${placeholder}s in the text that can be selected from a dropdown. There seems to be a similar module for Quill, but it's 6+ years old. When using it, it tells me: Parchment.find is not a function. I assume it's not compatible with Quill 2.x. There are newer versions (like this), but they all seem to suffer problems, maybe being incompatible with the current versions of React or Webpack:
Something went wrong: _grainmarket_quill_placeholder_module__WEBPACK_IMPORTED_MODULE_2___default() is not a function
I'd love to get some pointers. I am sorry if this is as much a React or Webpack question as it is a Quill question. Also, if these placeholder modules are non-starters, as they possibly are, I'd also be interested in alternative solutions to create tokens/placeholders in text using Quill. Thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi. New to Quill. I'm starting from this React example, and trying to use Quill as a replacement for CKEditor with the token-replacement-ckeditor-plugin. The idea being that I can have
${placeholder}
s in the text that can be selected from a dropdown. There seems to be a similar module for Quill, but it's 6+ years old. When using it, it tells me:Parchment.find is not a function
. I assume it's not compatible with Quill 2.x. There are newer versions (like this), but they all seem to suffer problems, maybe being incompatible with the current versions of React or Webpack:I'd love to get some pointers. I am sorry if this is as much a React or Webpack question as it is a Quill question. Also, if these placeholder modules are non-starters, as they possibly are, I'd also be interested in alternative solutions to create tokens/placeholders in text using Quill. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions