Is it nessecery to include a traditional code editor mode for editing? #349
quank123wip
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
To be honest. I think a code editor similar to codemirror or Monaco is out of scope for this editor. Because I want to solve the problems that haven't been solved by other editors. If we provide a code editor. I can't say how much better can we be compare to Monaco Editor or Codemirror. And IMO, integrate a code editor is not a complicated work for users. All they need to do is just use listener plugin to get the markdown content of milkdown and send it to code editors. Let's leave it to users to decide which editor to choose to integrate. I believe we can have a good cooperation well with other editors. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As I'm interested in intergrating a non-compromised markdown-based rich-text editing environment for my frontend project, I have to make a solution for everybody, including people don't familiar with WYSIWYG editors, and prefer more traditional editing methods like they do in editors like Monaco Editor, Ace Editor, VSCode, etc. Is it a good idea to provide them as a plugin rather than let developers intergrate by themselves? It might be a hard work so I'm not asking for it.🤔
Beta Was this translation helpful? Give feedback.
All reactions