-
Notifications
You must be signed in to change notification settings - Fork 396
Closed
Labels
poll 🗳️Issue has an actively running pollIssue has an actively running poll
Description
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:
- Leave a comment to add more Pros and Cons.
- Vote with reaction. (:tada: for Monaco, :rocket: for codemirror as I did in this issue.)
If you know another better solution, please leave a comment about it.
Monaco
https://microsoft.github.io/monaco-editor/
Pro
- Written in typescript
Cons
- The code is generated code from VSCode
- Don't support mobile device(You can still use it)
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
Pros
- Supporting mobile
Cons
- Written in Javascript(Type definition might not be perfect)
Good news is that next version(v6) of codemirror will be written in Typescript although it is still in prototype status.
Rokt33r, smnkdrnk, edrickleong, jadiof, WeirdBeardDev and 10 moreRokt33r, hikerpig, ZeroX-DG, sosukesuzuki, jhdcruz and 5 more
Metadata
Metadata
Assignees
Labels
poll 🗳️Issue has an actively running pollIssue has an actively running poll