Replies: 1 comment
-
You can use createPluginFactory({
key: 'yjs'
withOverrides: (editor) => {...}
}) |
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
-
Hello. I previously found
getPlatePluginWithOverrides
as a way to adapt raw Slate plugins to Plate. But I see that this has been removed with no replacement. Is there a best practice for wrapping these types of plugins for use with Plate?Specifically I am trying to use
withYjs
(https://github.com/BitPhinix/slate-yjs).This was my old code that used to work.
Any ideas or suggestions to make this work with 8.0.0 or above?
Beta Was this translation helpful? Give feedback.
All reactions