std::string str ("Nobody cares about development...");

Argent Stonecutter

Emergency Mustelid Hologram
Joined
Sep 20, 2018
Messages
5,898
Location
Coonspiracy Central, Noonkkot
SL Rez
2005
Joined SLU
Sep 2009
SLU Posts
20780
Funny that doesn't look like Rust.
 

Free

The cool chick who doesn't know she's hot
VVO Supporter 🍦🎈👾❤
Joined
Sep 22, 2018
Messages
34,440
Location
Moonbase Caligula
SL Rez
2008
Joined SLU
2009
SLU Posts
55565

Dakota Tebaldi

Well-known member
VVO Supporter 🍦🎈👾❤
Joined
Sep 19, 2018
Messages
8,683
Location
Gulf Coast, USA
Joined SLU
02-22-2008
SLU Posts
16791
I'm thinking about making a little rudimentary indieweb-type website for myself. Does anyone have any suggestions for a text editor that works on Linux that is good for HTML and CSS? I know that you can write both in literally any text editor whatsoever, but are there any that have like good tools or features that are helpful for those in particular?

VS Code seems to be the go-to for this job according to a lot of people, but it seems like a bit much for the simple stuff I want to do. It's open source, so I'm fine using it, I'm just wondering what the alternatives are, if any.
 

Bartholomew Gallacher

Well-known member
Joined
Sep 26, 2018
Messages
5,521
SL Rez
2002
You could use vim with proper plugins for it. Or you could give one of the recent newer VS Code successors a try, like LiteXL or Zed, which comes from the original developers of Atom but is much quicker because it doesn't use Electron garbage.

Aside that maybe looking at static site generators might be worth taking a look, at things like e.g. Hugo.
 
  • 1Thanks
Reactions: Dakota Tebaldi

Argent Stonecutter

Emergency Mustelid Hologram
Joined
Sep 20, 2018
Messages
5,898
Location
Coonspiracy Central, Noonkkot
SL Rez
2005
Joined SLU
Sep 2009
SLU Posts
20780
I'm thinking about making a little rudimentary indieweb-type website for myself. Does anyone have any suggestions for a text editor that works on Linux that is good for HTML and CSS?
Personally I like vi but a lot of people prefer emacs. It's time to bury the hatchet and stop kink-shaming them.
 

Erich Templar

Well-known member
VVO Supporter 🍦🎈👾❤
Joined
Sep 20, 2018
Messages
506
Location
UK
VS Code seems a good solution -- I've never used it for web development, but I've used it for other things, and it always seems to have useful features tailored to each development type.

If you've never used vi/vim or emacs before, the learning curve is probably too steep to justify the climb, especially given that it will take a fair bit of knowledge and work to set them up for what you want, when VS Code gives you that straight out of the box.

(I speak as an Emacs fan!)
 
  • 1Thanks
  • 1Like
Reactions: Dakota Tebaldi and Free

Argent Stonecutter

Emergency Mustelid Hologram
Joined
Sep 20, 2018
Messages
5,898
Location
Coonspiracy Central, Noonkkot
SL Rez
2005
Joined SLU
Sep 2009
SLU Posts
20780
YKINMK, but YKIOK
 

Noodles

☑️
Joined
Sep 20, 2018
Messages
3,845
Location
Illinois
SL Rez
2006
Joined SLU
04-28-2010
SLU Posts
6947
I'm thinking about making a little rudimentary indieweb-type website for myself. Does anyone have any suggestions for a text editor that works on Linux that is good for HTML and CSS? I know that you can write both in literally any text editor whatsoever, but are there any that have like good tools or features that are helpful for those in particular?

VS Code seems to be the go-to for this job according to a lot of people, but it seems like a bit much for the simple stuff I want to do. It's open source, so I'm fine using it, I'm just wondering what the alternatives are, if any.
I would VS Code if I wanted an IDE but usually I just use Nano in Linux.
 
  • 1Thanks
  • 1Like
Reactions: Dakota Tebaldi and Free

Veritable Quandry

Specializing in derails and train wrecks.
Joined
Sep 19, 2018
Messages
4,394
Location
Columbus, OH
SL Rez
2010
Joined SLU
20something
SLU Posts
42
I used to use htmlkit.
 
Last edited:
  • 1Thanks
Reactions: Dakota Tebaldi

CronoCloud Creeggan

Redheaded
VVO Supporter 🍦🎈👾❤
Joined
Sep 26, 2018
Messages
1,711
Location
Central Illinois
SL Rez
2006
Joined SLU
07-25-2012
SLU Posts
278
I'm thinking about making a little rudimentary indieweb-type website for myself. Does anyone have any suggestions for a text editor that works on Linux that is good for HTML and CSS? I know that you can write both in literally any text editor whatsoever, but are there any that have like good tools or features that are helpful for those in particular?

VS Code seems to be the go-to for this job according to a lot of people, but it seems like a bit much for the simple stuff I want to do. It's open source, so I'm fine using it, I'm just wondering what the alternatives are, if any.
SeaMonkey Composer....or vim.
 
  • 1Thanks
Reactions: Dakota Tebaldi

Argent Stonecutter

Emergency Mustelid Hologram
Joined
Sep 20, 2018
Messages
5,898
Location
Coonspiracy Central, Noonkkot
SL Rez
2005
Joined SLU
Sep 2009
SLU Posts
20780
SeaMonkey Composer
Oh wow. Netscape Composer lives!

Back then that was the only decent web editor I found that was both user-friendly for tech writers and actually edited HTML instead of maintaining some kind of internal format and converting it to horrible HTML on output. I got all our guys to switch over to it from Word's HTML generator and the corporate web page gained three levels and an epic mount as a result.
 
  • 1Agree
Reactions: CronoCloud Creeggan

CronoCloud Creeggan

Redheaded
VVO Supporter 🍦🎈👾❤
Joined
Sep 26, 2018
Messages
1,711
Location
Central Illinois
SL Rez
2006
Joined SLU
07-25-2012
SLU Posts
278
Oh wow. Netscape Composer lives!

Back then that was the only decent web editor I found that was both user-friendly for tech writers and actually edited HTML instead of maintaining some kind of internal format and converting it to horrible HTML on output. I got all our guys to switch over to it from Word's HTML generator and the corporate web page gained three levels and an epic mount as a result.
What's sad is that it is still the only decent user friendly HTML editor because Kompozer, Bluegriffon, and Nvu are defunct.