I'm looking for a half decent HTML5 editor, non-dynamic
-
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 think my needs are similar to yours. I use VS Code with the Live Server extension by Ritwick Dey. I have used fancier web editors before and I find this much more suitable for a developer who occasionally writes some HTML/CSS/J*$%Scr#?t/PHP.
Phil
The opinions expressed in this post are not necessarily those of the author, especially if you find them impolite, inaccurate or inflammatory.
-
I think my needs are similar to yours. I use VS Code with the Live Server extension by Ritwick Dey. I have used fancier web editors before and I find this much more suitable for a developer who occasionally writes some HTML/CSS/J*$%Scr#?t/PHP.
Phil
The opinions expressed in this post are not necessarily those of the author, especially if you find them impolite, inaccurate or inflammatory.
Phil J Pearson wrote:
I use VS Code
I use VS Code for almost everything that is not C# or SQL, or in a VS solution or project. However, I use VS Code to look at C# files and SQL if I don't want to open Visual Studio or SSMS.
-
Phil J Pearson wrote:
I use VS Code
I use VS Code for almost everything that is not C# or SQL, or in a VS solution or project. However, I use VS Code to look at C# files and SQL if I don't want to open Visual Studio or SSMS.
Exactly like me. :thumbsup:
Phil
The opinions expressed in this post are not necessarily those of the author, especially if you find them impolite, inaccurate or inflammatory.
-
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
Sorry I wasn't more clear but my modem is dying - the last thing I want is an online editor, especially while being tethered to the horrible rolling incompetence that is Comcast.
Real programmers use butterflies
-
I think my needs are similar to yours. I use VS Code with the Live Server extension by Ritwick Dey. I have used fancier web editors before and I find this much more suitable for a developer who occasionally writes some HTML/CSS/J*$%Scr#?t/PHP.
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 wysiwyg though? I'd like to know before I go track it down and install it.
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 use a 2003 version of FrontPage. :laugh: That said, I got really frustrated with the crap that's out there, including the plugins for VSCode, so I ended up writing my own.[^] At least that way I'm responsible for any bugs, lol. But I can also easily create the keyboard shortcuts that I want (with some limitations, sigh) and other behaviors, and the source is pretty small. I've used it to write a few articles, and I'm happy with it. Some of the keyboard shortcuts were created specifically for article writing, to create "pre" tags with the "lang" specifier. Annoyingly, because it's browser-based, saving means it downloads into the "downloads" folder. :rolleyes: If you end up liking it enough, or making changes to it, I think I can make you a co-author if you want to share the changes, or you could just write a new article improving it! :laugh: [edit]Oh, and it has a TOC generator![/edit]
Latest Articles:
Thread Safe Quantized Temporal Frame Ring Buffer -
I use a 2003 version of FrontPage. :laugh: That said, I got really frustrated with the crap that's out there, including the plugins for VSCode, so I ended up writing my own.[^] At least that way I'm responsible for any bugs, lol. But I can also easily create the keyboard shortcuts that I want (with some limitations, sigh) and other behaviors, and the source is pretty small. I've used it to write a few articles, and I'm happy with it. Some of the keyboard shortcuts were created specifically for article writing, to create "pre" tags with the "lang" specifier. Annoyingly, because it's browser-based, saving means it downloads into the "downloads" folder. :rolleyes: If you end up liking it enough, or making changes to it, I think I can make you a co-author if you want to share the changes, or you could just write a new article improving it! :laugh: [edit]Oh, and it has a TOC generator![/edit]
Latest Articles:
Thread Safe Quantized Temporal Frame Ring BufferThanks, and cool though I'm really looking for something that works offline. Particularly I fear losing my work when Comcast inevitably fails and brings down the Internet in my region.
Real programmers use butterflies
-
Thanks, and cool though I'm really looking for something that works offline. Particularly I fear losing my work when Comcast inevitably fails and brings down the Internet in my region.
Real programmers use butterflies
Well, of course it works offline because it's not hosted on a server. Just run the HTML index file in your browser, whether it's offline or not.
Latest Articles:
Thread Safe Quantized Temporal Frame Ring Buffer -
Well, of course it works offline because it's not hosted on a server. Just run the HTML index file in your browser, whether it's offline or not.
Latest Articles:
Thread Safe Quantized Temporal Frame Ring BufferOh, it's pure HTML with no back end? Cool. I'll give it a look.
Real programmers use butterflies
-
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