Re: Editor Changes Community Center Meta DaniWeb by mike_2000_17 > Codemirror suppresses the browser's spellchecker highlighting Then, drop the codemirror, IMO. Re: Editor Changes Community Center Meta DaniWeb by Dani > Codemirror suppresses the browser's spellchecker highlighting. For many that will … would get rid of the preview before getting rid of CodeMirror just because the preview is buggy in the sense that… New line not detected on codemirror preview? Programming Web Development by wolfgang1983 …('text-editor'); $("#text-editor").each(function (i) { editor = CodeMirror.fromTextArea(this, { lineNumbers: false, lineWrapping: true, mode: 'html', }); editor.on… Re: New line not detected on codemirror preview? Programming Web Development by cereal …-preview pre code { padding: 0; white-space: inherit; } Docs: http://codemirror.net/doc/manual.html#getValue How to undo with same editor button on click with codemirror? Programming Web Development by wolfgang1983 …('text-editor'); $("#text-editor").each(function (i) { editor = CodeMirror.fromTextArea(this, { lineNumbers: true, mode: 'html' }); editor.on("change… How to install CodeMirror6? Programming Web Development by Dani I'm struggling to upgrade from [CodeMirror 5.5](https://codemirror.net/) to [CodeMirror 6](https://codemirror.net/6/). Previous versions of CM have always… follow the instructions in its [Github repo](https://github.com/codemirror/codemirror.next/) but I'm thoroughly confused. So far I was… How to run code editor in android app Programming Mobile Development by Tushar_2 …/javascript" src="http://test.guru99.com/js/Phpeditor/codemirror.js"></script> <script type="…; <link href="http://test.guru99.com/js/Phpeditor/codemirror.css" rel="stylesheet" /> <script type… can't login to daniweb from windows7 Community Center Meta DaniWeb by skilly …-windows/windows-vista-and-windows-7/threads/426927/help Message: 'CodeMirror' is null or not an object Line: 58 Char: 1… How to convert Word Doc to HrTML using JavaScript or Using PHP? Programming Web Development by Kuldeepbsht3103 I want to create a tool for my website that convert word document to html form and vice versa. I don't know the process how it works. I wnat to make it in JS, PHP or codemirror. I dont know how and where to start. Thanks. Re: How to convert Word Doc to HrTML using JavaScript or Using PHP? Programming Web Development by Dani …-end language, in which that kind of conversion is possible. Codemirror is a Javascript-based front-end library used to build… Re: Online web based code (text) editor Programming Web Development by digital-ether …[/url] This is one I'm familiar with: CodeMirror - [url]http://marijn.haverbeke.nl/codemirror/[/url] Used by [URL="http://marijn….haverbeke.nl/codemirror/contrib/php/LICENSE"]Yahoo[/URL]! and[URL="http://… Re: Editor Changes Community Center Meta DaniWeb by Airshow …for the kbd shortcuts. Working perfectly here (Opera). Codemirror and Preview ==== I guess it was a conscious decision… to go for WYSIWYG/highlighting (Codemirror) as well as a Markdown preview pane. Personally…if you desperately needed to shed some workload, dropping Codemirror would not be a disaster. Headings === Headings are… Re: Editor Changes Community Center Meta DaniWeb by Airshow …would get rid of the preview before getting rid of CodeMirror just because ... Ah thanks Dani, I understand your reasoning…m guessing you're fairly committed to both preview and CodeMirror - given that's where the site is at. … suppose a cheap option would be to toggle between CodeMirror and the raw underlying Textarea ... assuming that's viable… Re: Why there is no spell check for posts and comments ? Community Center Meta DaniWeb by deceptikon …vBulletin's entire source base is insanity compared to CodeMirror's parser. It's actually a miracle that Dani…be coming eventually. Nope, we're reasonably happy with CodeMirror now that the basic functionality has been nailed down. … was the single biggest reason why we went with CodeMirror over other options. I too would prefer a straight… Re: Editor Changes Community Center Meta DaniWeb by Dani > But if you desperately needed to shed some workload, dropping Codemirror would not be a disaster. I would drop the preview before I dropped CodeMirror :( Re: How does "real time collaborative coding" work Hardware and Software by Dani … group chat). Here on DaniWeb we use CodeMirror, but you can use any, really. CodeMirror already records keystrokes but you could just… Re: BUGS! Community Center Meta DaniWeb by diafol …;text\/javascript\">\r\n<!--\r\nvar myEditordanie2638db0b28edc21779619c596352003 = CodeMirror.fromTextArea($('#danie2638db0b28edc21779619c596352003').find('textarea').get(0),\r\n\t{\r… Re: Broken Code Tags Community Center Meta DaniWeb by deceptikon I've noticed that when pasting code, the editor doesn't maintain the tab level. This is probably a huge contributing factor in people's failure to correctly use code blocks under Markdown. Retaining the starting tab level would fix that particular problem...does CodeMirror support such an option? Re: Editor Changes Community Center Meta DaniWeb by Airshow There's another aspect I forgot to mention. Codemirror suppresses the browser's spellchecker highlighting. For many that will be a big negative. Re: Editor Changes Community Center Meta DaniWeb by diafol Can I ask why is there need for both (Codemirror and preview)? They're essentially doing the same thing aren't they? I find it a bit of a phaph having to scroll down the page on a long post to get to the reply button. OK, not a massive issue. Re: How can we make DaniWeb more welcoming to newbies? Community Center Meta DaniWeb by deceptikon …. The editor itself is my current headache. We're using CodeMirror as the back end for the editor, and it's… Re: Disable Editor Live Changes Community Center Meta DaniWeb by Dani … myEditordani<THIS IS GOING TO BE SOMETHING RANDOM> = CodeMirror.fromTextArea($('#dani<THIS IS GOING TO BE THE SAME… Re: OPINION: Who thinks MAKING A POST on these forums is horrible? Community Center Meta DaniWeb by deceptikon … behavior since mid summer when we upgraded our version of CodeMirror. And yes, I do post code, and I edit my… Re: OPINION: Who thinks MAKING A POST on these forums is horrible? Community Center Meta DaniWeb by deceptikon … deal with the file upload issue in Firefox or updated CodeMirror recently. There may have been an unintended side effect. Re: Will somebody please fix file attachments in Firefox Community Center Meta DaniWeb by Reverend Jim …;script type="text/javascript"> <!-- var myEditordani173c5d6b340e85b71bf9f736fe9fb201 = CodeMirror.fromTextArea($('#dani173c5d6b340e85b71bf9f736fe9fb201').find('textarea[name="message"]').get(0… Re: How can i add syntax highlighter Digital Media UI / UX Design by Dani Here on DaniWeb, our editor is powered by http://www.codemirror.com Is that what you're referring to?? I am slightly confused by your question. Re: How can i add syntax highlighter Digital Media UI / UX Design by Dani Check out the manual @ http://codemirror.net/doc/manual.html It's just a few lines of javascript. Re: How can i add syntax highlighter Digital Media UI / UX Design by Dani …, because I'm pretty sure that would be something like CodeMirror. Re: Post formatting Community Center Meta DaniWeb by Dani Deceptikon, I think you're confusing CodeMirror's lexer and its Markdown parser with PHPMarkdown, which is where the issue here is. I don't recall you ever playing around with PHPMarkdown, although I could be mistaken? (PHPMarkdown is a single file in its entirety, there's no base library.) Re: Upgraded editor Community Center Meta DaniWeb by Dani Cereal, are you using a Linux flavor as well? Also, would appreciate some help seeing if the problem is reproduceable at https://www.daniweb.com/dev/codemirror