this post was submitted on 12 May 2024
45 points (100.0% liked)

Free and Open Source Software

17565 readers
563 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] jarfil@beehaw.org 24 points 2 months ago (9 children)

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 11 points 2 months ago* (last edited 2 months ago) (1 children)

For a simple personal website though, 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/

[–] nous@programming.dev 5 points 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.

load more comments (7 replies)