PinnedUsing React or Redux state in a ProseMirror PluginSuppose you have a ProseMirror text editor inside a React UI. Now you are writing a ProseMirror plugin, but you need access to some state…Apr 22, 2022Apr 22, 2022
PinnedProcessing a ProseMirror TransactionThe ProseMirror text editor library allows you to subscribe to changes in your document which are described by a list of transactions. But…Apr 22, 2022Apr 22, 2022
PinnedMerge Commands on ProseMirror Undo StackWhen using the prosemirror-history package to support “Undo” and “Redo” in your ProseMirror text editor, sometimes you would like to merge…Apr 22, 20221Apr 22, 20221