Monaco Editor as code editor plugin #195
ZzzzzzzSkyward
started this conversation in
General
Replies: 1 comment
-
The remark plugin will help you to convert markdown to prosemirror node, but how to render a prosemirror node is defined by node schema and view. |
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
-
How to implant a code editor in milkdown, given an instance from
monaco.create()
and adiv
element to begin with?ProseMirror shows an example, but I cannot follow that example, being confused by Remark plugin, where I'm eager to find some
dom
attribute to load the editor instead of some text or array.Beta Was this translation helpful? Give feedback.
All reactions