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.
  • 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
            • 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

              R Offline
              R Offline
              Rob Bachrach
              wrote on last edited by
              #33

              Have you tried KompoZer? It hasn't been updated for a few years, but it's full WYSIWYG, has the Mozilla browser built-in, and does a pretty good job of handling style sheets.

              1 Reply Last reply
              0
              • P Phil J Pearson

                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.

                A Offline
                A Offline
                AndyChisholm
                wrote on last edited by
                #34

                Thanks for the Live Server tip. I have just installed it and first impression is that it works really well.

                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

                  J Offline
                  J Offline
                  Jim Hanks Garner NC
                  wrote on last edited by
                  #35

                  The editor in SeaMonkey is pretty good. The SeaMonkey® Project[^]

                  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

                    B Offline
                    B Offline
                    Bogatitus
                    wrote on last edited by
                    #36

                    I am rather surprised nobody has mentioned BlueGriffon[^] If it was more actively worked on, it could be epic. In its current state its pretty damn good, but certainly has its quirks. I've found with persistence I can work around most of them.

                    1 Reply Last reply
                    0
                    • H honey the codewitch

                      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 Offline
                      D Offline
                      David On Life
                      wrote on last edited by
                      #37

                      FYI, I use both VS Code and full VS. I find both have their strong points. In general VS is better for full blown application development (although I've never really tried to do too much of it with VS Code) and working with data, while VS Code is better at most general editing tasks. (I also use Notepad and Notepad++ for editing arbitrary files, although VS Code is fast replacing most of what I used to use Notepad++ for).

                      H 1 Reply Last reply
                      0
                      • D David On Life

                        FYI, I use both VS Code and full VS. I find both have their strong points. In general VS is better for full blown application development (although I've never really tried to do too much of it with VS Code) and working with data, while VS Code is better at most general editing tasks. (I also use Notepad and Notepad++ for editing arbitrary files, although VS Code is fast replacing most of what I used to use Notepad++ for).

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

                        I've been away from windows for a time. I came from visual studio and I didn't like VS code until after I was more or less forced into using it by devving on a linux machine I eventually fell in love with it, and have decided I prefer it to visual studio, aside from a few quirks. It's less obtrusive, far more extensible, faster loading, and I can target arduinos without leaving the thing. I especially like it for C++ projects, where I like the amount of control i have over the command like make/build i get from the editor.

                        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

                          B Offline
                          B Offline
                          bmcmullan
                          wrote on last edited by
                          #39

                          Tried TiddlyWiki? 100% offline & wysiwyg

                          1 Reply Last reply
                          0
                          • M Marc Clifton

                            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

                            H Offline
                            H Offline
                            Helena Munzarova
                            wrote on last edited by
                            #40

                            For local saving from an existing browser-based HTML/JS editor, I would recommend having locally running PHP. With XAMPP you can have PHP without real installation, you just - put XAMPP to some local folder - set the root "web" folder (PHP can handle files only in this root folder and its subfolders) - add XAMPP Control Panel executable to your operating system startup (or at least start it always before editing HTML) - put a short local PHP script file e.g. MySaveFile.php to this root folder, which would validate the path and save the HTML to the file. It could also keep one or more backup copies of the file. Then you would just add some controls into your editor: - a Save button, - an input text for the file path+name to the form (or call a simple JS function, which would create and submit the form) - a small IFrame for sending the save request and getting the response (whether it was saved succesfully). The form action then would be "http://localhost:8080/MySaveFile.php" or something like that. Using PHP could also offer the possibility to browse the folders and subfolders in the web root directory. If someone is interested, I can prepare both the form for saving and the PHP script. I tried several HTML editors and I was not able to choose any of them. They wrap lines where I don't want them to be wrapped, replace   with a space, don't offer all the formatting properties I use,... And I already lost hope I could find some suitable programmer's WYSIWYG editor. I suppose it's time to try Marc's editor.

                            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