Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. I'm looking for a half decent HTML5 editor, non-dynamic

I'm looking for a half decent HTML5 editor, non-dynamic

Scheduled Pinned Locked Moved The Lounge
htmladobe
40 Posts 20 Posters 4 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H honey the codewitch

    It is wysiwyg though? I'd like to know before I go track it down and install it.

    Real programmers use butterflies

    P Offline
    P Offline
    Phil J Pearson
    wrote on last edited by
    #13

    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.

    H 1 Reply Last reply
    0
    • H honey the codewitch

      Oh, it's pure HTML with no back end? Cool. I'll give it a look.

      Real programmers use butterflies

      M Offline
      M Offline
      Marc Clifton
      wrote on last edited by
      #14

      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

      1 Reply Last reply
      0
      • H honey the codewitch

        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

        realJSOPR Offline
        realJSOPR Offline
        realJSOP
        wrote on last edited by
        #15

        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

        H Mike HankeyM 2 Replies Last reply
        0
        • P Phil J Pearson

          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.

          H Offline
          H Offline
          honey the codewitch
          wrote on last edited by
          #16

          Oh yeah that's not what I'm looking for. I want something offline, and wysiwyg.

          Real programmers use butterflies

          P 1 Reply Last reply
          0
          • realJSOPR realJSOP

            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

            H Offline
            H Offline
            honey the codewitch
            wrote on last edited by
            #17

            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

            realJSOPR 1 Reply Last reply
            0
            • H honey the codewitch

              Oh yeah that's not what I'm looking for. I want something offline, and wysiwyg.

              Real programmers use butterflies

              P Offline
              P Offline
              Phil J Pearson
              wrote on last edited by
              #18

              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.

              H 1 Reply Last reply
              0
              • P Phil J Pearson

                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.

                H Offline
                H Offline
                honey the codewitch
                wrote on last edited by
                #19

                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

                D 1 Reply Last reply
                0
                • H honey the codewitch

                  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

                  realJSOPR Offline
                  realJSOPR Offline
                  realJSOP
                  wrote on last edited by
                  #20

                  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

                  H 1 Reply Last reply
                  0
                  • realJSOPR realJSOP

                    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

                    H Offline
                    H Offline
                    honey the codewitch
                    wrote on last edited by
                    #21

                    Maybe 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

                    1 Reply Last reply
                    0
                    • H honey the codewitch

                      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

                      W Offline
                      W Offline
                      W Balboos GHB
                      wrote on last edited by
                      #22

                      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 !

                      Ravings en masse^

                      "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

                      H M 2 Replies Last reply
                      0
                      • W W Balboos GHB

                        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 !

                        Ravings en masse^

                        "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

                        H Offline
                        H Offline
                        honey the codewitch
                        wrote on last edited by
                        #23

                        Thanks. I am downloading it now. Hopefully my modem doesn't kick me offline before it can finish. :sigh:

                        Real programmers use butterflies

                        W 1 Reply Last reply
                        0
                        • H honey the codewitch

                          Thanks. I am downloading it now. Hopefully my modem doesn't kick me offline before it can finish. :sigh:

                          Real programmers use butterflies

                          W Offline
                          W Offline
                          W Balboos GHB
                          wrote on last edited by
                          #24

                          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.

                          Ravings en masse^

                          "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

                          1 Reply Last reply
                          0
                          • H honey the codewitch

                            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

                            M Offline
                            M Offline
                            megaadam
                            wrote on last edited by
                            #25

                            What about vscode plugins? You are there already, no?

                            "If we don't change direction, we'll end up where we're going"

                            H 1 Reply Last reply
                            0
                            • H honey the codewitch

                              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

                              D Offline
                              D Offline
                              DerekT P
                              wrote on last edited by
                              #26

                              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.

                              H 1 Reply Last reply
                              0
                              • realJSOPR realJSOP

                                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

                                Mike HankeyM Offline
                                Mike HankeyM Offline
                                Mike Hankey
                                wrote on last edited by
                                #27

                                Awesome 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

                                1 Reply Last reply
                                0
                                • D DerekT P

                                  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.

                                  H Offline
                                  H Offline
                                  honey the codewitch
                                  wrote on last edited by
                                  #28

                                  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

                                  1 Reply Last reply
                                  0
                                  • M megaadam

                                    What about vscode plugins? You are there already, no?

                                    "If we don't change direction, we'll end up where we're going"

                                    H Offline
                                    H Offline
                                    honey the codewitch
                                    wrote on last edited by
                                    #29

                                    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

                                    1 Reply Last reply
                                    0
                                    • G GenJerDan

                                      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

                                      D Offline
                                      D Offline
                                      David Crow
                                      wrote on last edited by
                                      #30

                                      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

                                      1 Reply Last reply
                                      0
                                      • W W Balboos GHB

                                        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 !

                                        Ravings en masse^

                                        "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

                                        M Offline
                                        M Offline
                                        MikeD 2
                                        wrote on last edited by
                                        #31

                                        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

                                        W 1 Reply Last reply
                                        0
                                        • M MikeD 2

                                          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

                                          W Offline
                                          W Offline
                                          W Balboos GHB
                                          wrote on last edited by
                                          #32

                                          Well, according to the original poster: The Lounge[^] it's available. Maybe via MSDN - it wasn't specified.

                                          Ravings en masse^

                                          "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

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups