You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is we might use different editor for mobile app. I guess we eventually have our own markdown editor one day. But making one should take long time and lots of effort. And due to they don't support mobile device, we couldn't expect that any problems in mobile can be fixed.
We should also consider Ace Editor. I haven't check it out yet so I can't say much, but some people said it's better than CodeMirror (and it has more stars 😄 ).
What do people say about Ace Editor vs CodeMirror (The date of those links are pretty old so things could be changed now):
We should also consider Ace Editor. I haven't check it out yet so I can't say much, but some people said it's better than CodeMirror (and it has more stars 😄 ).
For default editor, I'm think between Monaco and Codemirror. Both of them are quite powerful and battle tested. We might want to one
So I want to ask two things for now:
If you know another better solution, please leave a comment about it.
Monaco
https://microsoft.github.io/monaco-editor/
Pro
Cons
The problem is we might use different editor for mobile app. I guess we eventually have our own markdown editor one day. But making one should take long time and lots of effort. And due to they don't support mobile device, we couldn't expect that any problems in mobile can be fixed.
Codemirror
https://codemirror.net/
Pros
Cons
Good news is that next version(v6) of codemirror will be written in Typescript although it is still in prototype status.
The text was updated successfully, but these errors were encountered: