codemirror icon indicating copy to clipboard operation
codemirror copied to clipboard

CodeMirror editor for Meteor >= 1.0

Results 9 codemirror issues
Sort by recently updated
recently updated
newest added

Setting reactiveVar and opening new page, contents not replicated

I have put placeholder in text-area. but after covert to editor placeholder is not working in meteor application. please help me.

Hi The package is quite nice, but also quite bulky .. packing a lot of unnecessary stuff, when you do not really need it. What about conditional builds, when you...

It seems like there is no proper dependency defined. http://pasteboard.co/2sjx2yO5.png ![image](https://cloud.githubusercontent.com/assets/11995461/13952345/4ee43c14-f036-11e5-86a0-fac01ec88974.png) How can this be solved? I tried to make : `api.use('tracker')` in the parent template that im using. But...

Thanks for creating this package! Will you have time to update to version 5.0? The one you have is very clunky on iPads.

How can I reference to the editor and make Codemirror commands, like for example: CodeMirror.commands["selectAll"](?)

Hello The code (editorCode) is initially correct, but cannot change it afterwards (show correct in alert): {{> CodeMirror id="edJs" name="someName" options=editorOptions code=editorCode }} editorOptions: function() { return { lineNumbers: true,...

Wouldn't it be nice to have the hinting information be based on Meteor (Collection) Data? Have you done some tests in that direction or why is 'hint' by default not...