this post was submitted on 04 Apr 2025
19 points (95.2% liked)
Self-hosting
3324 readers
29 users here now
Hosting your own services. Preferably at home and on low-power or shared hardware.
Also check out:
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
@jackalope@lemmy.ml
@sylver_dragon@lemmy.world @JASN_DE@feddit.org @jonathan@lemmy.zip
The amount of design elements (HTML beyond text markdown like divs) and pseudocode (elements that only render when parsed before delivering to the browser) that end up in the content is something to consider. Enabling a text editor alone does not tell you much. You can support easier bold, italic and ~~strike though~~ with a structured data approach.
It's when you get into creating layouts in the editor that really differentiants a page builder from a content management solution.
These aren't mutually exclusive terms.