Oh hi, I'm Marijn, one of the maintainers. It doesn't look like this submission is going anywhere, but I'll keep an eye on the comments and respond to questions.
Why typescript? wouldn't that choice reduce the number people that can contribute?
We are rewriting CodeMirror
41–50 of 77 posts
Re: We are rewriting CodeMirror
#42I have to ask what is probably a dumb question. Why? I used CodeMirror on three projects. It was great. Now I use Monaco aka Visual Studio Code. What would CodeMirror offer ? With Monaco I get all the lastest feature of VSCode . Current versions of Monaco include Intellisense etc.. I'm honestly curious both what CodeMirror will offer and why even try to compete. Though I'm guessing the answer to the first question an…
I welcome competition in this space but two guys competing with Microsoft seems like impossible to win. Hopefully they get the funding and we can see what they can build
Re: We are rewriting CodeMirror
#43Re: We are rewriting CodeMirror
#44Re: We are rewriting CodeMirror
#45Oh hi, I'm Marijn, one of the maintainers. It doesn't look like this submission is going anywhere, but I'll keep an eye on the comments and respond to questions.
Why typescript? wouldn't that choice reduce the number people that can contribute?
Re: We are rewriting CodeMirror
#46Oh hi, I'm Marijn, one of the maintainers. It doesn't look like this submission is going anywhere, but I'll keep an eye on the comments and respond to questions.
Re: We are rewriting CodeMirror
#47Oh hi, I'm Marijn, one of the maintainers. It doesn't look like this submission is going anywhere, but I'll keep an eye on the comments and respond to questions.
Re: We are rewriting CodeMirror
#48Oh hi, I'm Marijn, one of the maintainers. It doesn't look like this submission is going anywhere, but I'll keep an eye on the comments and respond to questions.
I'm building a product around CodeMirror and as a vimmer, I intend to carry Vim mode with me.
Will CodeMirror6 implement vim mode in a similar fashion?
I'll send you some coin either way, thanks again for developing such a great project!
Re: We are rewriting CodeMirror
#49Oh hi, I'm Marijn, one of the maintainers. It doesn't look like this submission is going anywhere, but I'll keep an eye on the comments and respond to questions.
Why typescript? wouldn't that choice reduce the number people that can contribute?
Re: We are rewriting CodeMirror
#50 window.codeMirror("#myCodeMirrorDiv");
window.codeMirror("#myCodeMirrorDiv", {
theme: window.codeMirror.themes.dusk,
maxColumns: 120,
lineNumbers: true
});
btw why would you ever put yourself through such a thing?