How to add extra plugins to the crepe editor? #1432
Unanswered
VincentK-ZA
asked this question in
Q&A
Replies: 1 comment
-
It's a bug caused by wrong config of rollup. Now I've fixed it in 7.5.2 and you can register the plugin as usual. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been trying to add the collab plugin to the crepe editor without any luck.
I run into a similar issue when trying to use the listener plugin, so I've created a stackblitz example showing the error.
The error message I receive in the dev console is
MilkdownError: Timer "InitReady" not found, do you forget to record it?
For the collab plugin it's just
EditorViewReady
timer instead.As seen in the
Crepe.svelte
file on stackblitz, I am trying to add the plugin as per usual (see theMilkdown.svelte
file) directly to the underlyingEditor
, however, it seems the plugins thatlistener
depends on either aren't available yet, or have already been destroyed.So any help or examples showing how to register additional plugins would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions