christiaan / tinymce-codemirror

Development moved to gitlab.com/tinymce-plugins/tinymce-codemirror
https://gitlab.com/tinymce-plugins/tinymce-codemirror
Apache License 2.0
71 stars 29 forks source link

Better defaults, per codeMirror #16

Closed WebVeteran closed 8 years ago

WebVeteran commented 8 years ago

I couldn't figure out why the vanilla install looked not so vanilla. This straightens it out a bit.

christiaan commented 8 years ago

Thanks, can you point out how you came to these defaults? Would be nice for reference

WebVeteran commented 8 years ago

Sure. 50% by getting lots of html templates from designers. The other 50% by looking at the demos at https://codemirror.net/demo/ I've implemented this into my own CMS already, and came up with my own preferred set of addons. I consider them defaults for my own CMS and clients. But they go beyond the initial default set.

If you want me to copy that back as defaults here let me know.

pastedgraphic-4