Hello, i was looking for a wysiwyg html editors i could use for my personal website, perferrably just as a simple open source desktop program on linux (though anything else is fine). i DID find something called KompoZer but i was wondering if there’s any other ones, thanks

  • jarfil@beehaw.org
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    Chromium, Firefox… if you open the dev tools, you can edit everything, with it showing in the browser in real-time (WYSIWYG).

    Firefox Developer Edition has some extra tools and debugging modes, but some are redundant if you’re using VS Code.

    If you’re looking for a Dreamweaver-like thing, where you could drop elements with minimum HTML writing… you may want to check Seamonkey Composer.

    For a simple personal website though, I’d recommend using a markdown editor, then either export it through a template, or have a template interpreter on the site, like GitHub Pages.

    • mox@lemmy.sdf.org
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      2 months ago

      I’d recommend using a markdown editor, then either export it through a template,

      This is what a static site generator does.

      https://staticgen.com/

      (I don’t know why jamstack has taken over that site, but the list itself seems to be intact.)

      • nous@programming.dev
        link
        fedilink
        English
        arrow-up
        0
        ·
        2 months ago

        (I don’t know why jamstack has taken over that site, but the list itself seems to be intact.)

        Not really taken over, more just a rebranding. Both are owned by netlify, started off as a list of static site generators you could use with netlify (aka all of them they could find) but then they just rebranded the site and gave it a fancy name like you have with all the other web stacks you have these days.

    • m-p{3}@lemmy.ca
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      2 months ago

      You can even use Markdown file and convert it dynamically to HTML using javascript through Markdeep by just dropping

      <!-- Markdeep: --><style class="fallback">body{visibility:hidden;white-space:pre;font-family:monospace}</style><script src="markdeep.min.js"></script><script src="https://casual-effects.com/markdeep/latest/markdeep.min.js?"></script><script>window.alreadyProcessedMarkdeep||(document.body.style.visibility="visible")</script>
      

      at the end of the markdown file. It makes it dead simple to update using a text editor later on and to host on a static website.

    • jarfil@beehaw.org
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      2 months ago

      BlueGriffon has been discontinued in 2019, not sure whether there is a fork.

        • jarfil@beehaw.org
          link
          fedilink
          arrow-up
          0
          ·
          2 months ago

          I didn’t know that Slashdot added something like this… just googled for WYSIWYG FOSS editors to make sure, saw that BlueGriffon’s site had a farewell message, and checked the GitHub.

          FF Dev and Seamonkey, I have installed along VS Code 🤷

  • eveninghere@beehaw.org
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    The trend of wysiwig editing moved onto web services from desktop apps. Those aren’t FOSS. Weebly is good.

    jekyll / hugo are the FOSS option imho. There’s also wordpress but I don’t know if it’s open source.

  • millie@beehaw.org
    link
    fedilink
    English
    arrow-up
    0
    ·
    2 months ago

    Honestly, Dreamweaver is still pretty good. It’s not as WYSIWYG as like some of the old school front-ends, but it does a pretty good job. If you get some templates and have at least a cursory understanding of xml and css syntax, you’ll do okay.