this post was submitted on 08 Apr 2025
18 points (100.0% liked)

Linux

6950 readers
367 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of [email protected] and The GIMP

founded 2 years ago
MODERATORS
 

I have wondered many times.

Of course I can always use a browser but it's overkill.

The same goes for yad or zenity, they pull in webkit which is a full-fledged browser engine, and at least yad does not have an offline mode.

I just want to look at some local HTML (incl. images) & CSS styling.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 1 week ago (2 children)

Well if you want modern CSS3-support or even JS you have to go for a browser. You could try NetSurf which is a very small & fast but only supports CSS2. Or Dillo, which is even smaller & faster (but also more limited in terms of CSS support)

[–] [email protected] 1 points 1 week ago

Those are great suggestions; I don't use them only because neither is keyboard oriented, so I tend to vacillate between Luakit, Surf, vimb, and Nyxt (although the last still has serious hard-hanging issues and an obscene configuration).

On this topic, I'd be interested in a terminal browser that tries harder on the layout front. w3m, links, links2, elinks - they all work, but none focus on layout and rendering even as much as terminal Markdown renderers such as glow and hike.

[–] [email protected] 1 points 1 week ago

+1 for Dillo. Yes, it's limited, it's largely abandoned for the past 10 years and you won't run web apps on it. But it is indeed blazingly fast and very low on resources, like OP requested. I didn't know NetSurt, thanks for that!