I'm looking for a half decent HTML5 editor, non-dynamic
-
It is wysiwyg though? I'd like to know before I go track it down and install it.
Real programmers use butterflies
That's what the Live Server extension is for. It serves up the page you're editing so you see it rendered in a browser. I use Firefox but I think it also works with some other browsers. I usually work with the browser on another monitor so you can edit your HTML/CSS in VS Code and see the results alongside. It updates the browser display whenever you save in VS Code.
Phil
The opinions expressed in this post are not necessarily those of the author, especially if you find them impolite, inaccurate or inflammatory.
-
Oh, it's pure HTML with no back end? Cool. I'll give it a look.
Real programmers use butterflies
Yup, and pure JavaScript too - no frameworks, no kruft, just raw metal. Actually the one and only file is just "editor.html" (I misspoke about "index" file.)
Latest Articles:
Thread Safe Quantized Temporal Frame Ring Buffer -
I want an HTML5 wysiwyg editor I can write articles in. My modem is dying and it might be replaced tomorrow but i'm sick of editing articles on this website with this editor, especially since my internet has been cutting out and causing it to lose my work when i submit. Mind you, aside from a couple of really glaring bugs that frustrate the heckin elephant outta me the online editor here is not actually that bad to use. Or wouldn't be if I didn't keep losing my work. The only reason I use it is I haven't found a replacement that doesn't frustrate me more than the current solution. I'm not a webdesigner, and I don't want something Adobe would have dreamed up. KISS.
Real programmers use butterflies
Here's something i stumbled across, but I haven't downloaded it. Smit HTML Editor - CodePlex Archive[^]
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013 -
That's what the Live Server extension is for. It serves up the page you're editing so you see it rendered in a browser. I use Firefox but I think it also works with some other browsers. I usually work with the browser on another monitor so you can edit your HTML/CSS in VS Code and see the results alongside. It updates the browser display whenever you save in VS Code.
Phil
The opinions expressed in this post are not necessarily those of the author, especially if you find them impolite, inaccurate or inflammatory.
Oh yeah that's not what I'm looking for. I want something offline, and wysiwyg.
Real programmers use butterflies
-
Here's something i stumbled across, but I haven't downloaded it. Smit HTML Editor - CodePlex Archive[^]
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013I'll give it a look. It's a UserControl unfortunately. Hopefully they have a demo app i can use :laugh:
Real programmers use butterflies
-
Oh yeah that's not what I'm looking for. I want something offline, and wysiwyg.
Real programmers use butterflies
It is offline and wysiwyg. You don't need an Internet connection. The live server makes your own PC a local web server just for the stuff you're working on. Using a browser makes it wysiwyg since the browser is rendering the same (local) code in the same way it would if it got the code from the web.
Phil
The opinions expressed in this post are not necessarily those of the author, especially if you find them impolite, inaccurate or inflammatory.
-
It is offline and wysiwyg. You don't need an Internet connection. The live server makes your own PC a local web server just for the stuff you're working on. Using a browser makes it wysiwyg since the browser is rendering the same (local) code in the same way it would if it got the code from the web.
Phil
The opinions expressed in this post are not necessarily those of the author, especially if you find them impolite, inaccurate or inflammatory.
Oh. Well thanks so much! I'll check it out. Huge win if this does what I need since I'm moving over to VS code for all my development. Bye bye visual studio!
Real programmers use butterflies
-
I'll give it a look. It's a UserControl unfortunately. Hopefully they have a demo app i can use :laugh:
Real programmers use butterflies
I could be talked into making an app around it.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013 -
I could be talked into making an app around it.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013Maybe I'll hit you up if this Live Server thing with VS Code doesn't work out for me. I hate writing GUI apps, especially WPF. :laugh:
Real programmers use butterflies
-
I want an HTML5 wysiwyg editor I can write articles in. My modem is dying and it might be replaced tomorrow but i'm sick of editing articles on this website with this editor, especially since my internet has been cutting out and causing it to lose my work when i submit. Mind you, aside from a couple of really glaring bugs that frustrate the heckin elephant outta me the online editor here is not actually that bad to use. Or wouldn't be if I didn't keep losing my work. The only reason I use it is I haven't found a replacement that doesn't frustrate me more than the current solution. I'm not a webdesigner, and I don't want something Adobe would have dreamed up. KISS.
Real programmers use butterflies
I have been and still use MS's Expression Web 4. For years. It has some auto-completion (it's not fully aware of the latest in HTML5/CSS3) but that really doesn't matter. Has wysiwyg for the HTML/CSS (that it understands) but it doesn't execute javascripts. Supposedly it would do php but, in my experience, connecting the engine to it hasn't worked out well. But it has color coding, fonts, and all that which are customizable and does autocomplete most javascript/php/CSS3) and that covers a lot of it. Drag-and-Drop elements and styles, &etc. available but I've gotten to just typing in what I want. Reliable . . . and free !
"The difference between genius and stupidity is that genius has its limits." - Albert Einstein
"If you are searching for perfection in others, then you seek disappointment. If you seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010
-
I have been and still use MS's Expression Web 4. For years. It has some auto-completion (it's not fully aware of the latest in HTML5/CSS3) but that really doesn't matter. Has wysiwyg for the HTML/CSS (that it understands) but it doesn't execute javascripts. Supposedly it would do php but, in my experience, connecting the engine to it hasn't worked out well. But it has color coding, fonts, and all that which are customizable and does autocomplete most javascript/php/CSS3) and that covers a lot of it. Drag-and-Drop elements and styles, &etc. available but I've gotten to just typing in what I want. Reliable . . . and free !
"The difference between genius and stupidity is that genius has its limits." - Albert Einstein
"If you are searching for perfection in others, then you seek disappointment. If you seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010
Thanks. I am downloading it now. Hopefully my modem doesn't kick me offline before it can finish. :sigh:
Real programmers use butterflies
-
Thanks. I am downloading it now. Hopefully my modem doesn't kick me offline before it can finish. :sigh:
Real programmers use butterflies
I almost forgot a useful feature: you can connect a folder (containing your website) as a website and it will work even better: searches across all files and folder, for example, within the website and it creates a "far left" tab that contains the website stuff automatically if it is declared as one. I've even had it take note of a change that affects other files in the declared website. My personal view, at this time, has no sidebars - I used them when I was first learning. Here's a thing I do - you may find it useful: When possible, I change the text context coding so strings are like this. It helps avoid mistakes like not terminating the strings or terminating with the wrong type of quote. Works for all the variants of php strings, too, including HEREDOC.
"The difference between genius and stupidity is that genius has its limits." - Albert Einstein
"If you are searching for perfection in others, then you seek disappointment. If you seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010
-
I want an HTML5 wysiwyg editor I can write articles in. My modem is dying and it might be replaced tomorrow but i'm sick of editing articles on this website with this editor, especially since my internet has been cutting out and causing it to lose my work when i submit. Mind you, aside from a couple of really glaring bugs that frustrate the heckin elephant outta me the online editor here is not actually that bad to use. Or wouldn't be if I didn't keep losing my work. The only reason I use it is I haven't found a replacement that doesn't frustrate me more than the current solution. I'm not a webdesigner, and I don't want something Adobe would have dreamed up. KISS.
Real programmers use butterflies
-
I want an HTML5 wysiwyg editor I can write articles in. My modem is dying and it might be replaced tomorrow but i'm sick of editing articles on this website with this editor, especially since my internet has been cutting out and causing it to lose my work when i submit. Mind you, aside from a couple of really glaring bugs that frustrate the heckin elephant outta me the online editor here is not actually that bad to use. Or wouldn't be if I didn't keep losing my work. The only reason I use it is I haven't found a replacement that doesn't frustrate me more than the current solution. I'm not a webdesigner, and I don't want something Adobe would have dreamed up. KISS.
Real programmers use butterflies
Although my internet connection is pretty stable, I've been burned enough times (usually by remote servers going down) that it's my habit now when posting anything, anywhere, to do a Ctrl-A / Ctrl-C. If it all goes wrong I can just Win-V and access multiple fields' worth of text to paste back in and try again.
-
Here's something i stumbled across, but I haven't downloaded it. Smit HTML Editor - CodePlex Archive[^]
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013Awesome thanks for the link. Writing an WPF app and have been looking for just such a beast.
I'm not sure how many cookies it makes to be happy, but so far it's not 27. JaxCoder.com
-
Although my internet connection is pretty stable, I've been burned enough times (usually by remote servers going down) that it's my habit now when posting anything, anywhere, to do a Ctrl-A / Ctrl-C. If it all goes wrong I can just Win-V and access multiple fields' worth of text to paste back in and try again.
I try to remember to do that but it's not habit yet. If I'd only glance at my screen and see my ethernet was disconnected before I post it would save me pain, but sometimes good habits take time to get ingrained, even though the bad ones are instant! :laugh:
Real programmers use butterflies
-
What about vscode plugins? You are there already, no?
"If we don't change direction, we'll end up where we're going"
Someone suggested the Live Server extension, which while isn't exactly what I wanted, is close enough that I may be able to use it. It's wysiwyg but by way of a preview panel on the right hand side, instead of allowing you to wysiwyg edit. The panel on the right updates when you change the HTML on the left. That's great, really, especially for web design, but not entirely ideal for writing articles where I just want to click bold or list without having to type a bunch of tags all the time. I'm not averse to editing tags, it just takes longer.
Real programmers use butterflies
-
Why an online editor at all? Do it locally, then cut-n-paste. MS Word saves decent enough HMTL if you choose "Save As | Web Page (filtered)" (that gets rid of most of the Microsoft-specific crap) Or do you need the HTML5 stuff for active content?
We won't sit down. We won't shut up. We won't go quietly away. YouTube, and My Mu[sic], Films and Windows Programs, etc. and FB
GenJerDan wrote:
Why an online editor at all? Do it locally, then cut-n-paste.
Agreed. I've not used anything but Notepad for all of my articles, and as a result, I've never lost a byte. Once published, rarely do I have to edit more than once. All of the bugs get worked out before ever clicking the Publish button.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
-
I have been and still use MS's Expression Web 4. For years. It has some auto-completion (it's not fully aware of the latest in HTML5/CSS3) but that really doesn't matter. Has wysiwyg for the HTML/CSS (that it understands) but it doesn't execute javascripts. Supposedly it would do php but, in my experience, connecting the engine to it hasn't worked out well. But it has color coding, fonts, and all that which are customizable and does autocomplete most javascript/php/CSS3) and that covers a lot of it. Drag-and-Drop elements and styles, &etc. available but I've gotten to just typing in what I want. Reliable . . . and free !
"The difference between genius and stupidity is that genius has its limits." - Albert Einstein
"If you are searching for perfection in others, then you seek disappointment. If you seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010
-
I have used this for years as well, the wysiwig is a bit hit or miss with some tags but it does a more than halfway job Unfortunately Microsoft discontinued download of it in september this year so only really good for people that already hav a copy
Well, according to the original poster: The Lounge[^] it's available. Maybe via MSDN - it wasn't specified.
"The difference between genius and stupidity is that genius has its limits." - Albert Einstein
"If you are searching for perfection in others, then you seek disappointment. If you seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010