Very cool plugin! Glad this is here
I have a question. I'm trying to utilize the codemirror plugin here to change the source view to Monokai. I have inputted this into the config.js file located in the plugin folder (not the admin).
This doesn't change anything. Any ideas of where I could use the monokai theme from the codemirror plugin?
I even tried changing the theme in the plugins.js file too. Nothing.
I have a question. I'm trying to utilize the codemirror plugin here to change the source view to Monokai. I have inputted this into the config.js file located in the plugin folder (not the admin).
This doesn't change anything. Any ideas of where I could use the monokai theme from the codemirror plugin?
I even tried changing the theme in the plugins.js file too. Nothing.
Code:
config.extraPlugins = 'codemirror';
config.codemirror = {
theme: 'monokai'
};