this post was submitted on 13 Jul 2025
24 points (87.5% liked)

Selfhosted

61425 readers
679 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

And by that I mean,

An http server that serves word-like rich formatted text documents and includes a web-based rich formatting text editor to write and edit these documents.

With some searching I found these might be candidates

Ghost
WriteFreely / Write.as
Plume

And maybe the following editors in some kind of standalone mode

TipTap
Editor.js
Quill.js
CKEditor 5
Slate.js

you are viewing a single comment's thread
view the rest of the comments
[–] undefined@lemmy.hogru.ch 1 points 1 year ago (1 children)

Maybe if you don’t know CSS?

[–] EncryptKeeper@lemmy.world 1 points 1 year ago* (last edited 1 year ago)

The problem isn’t really CSS, it’s that each theme has its own components with their own rules you have to learn. There’s no real standardization even within one kind of SSG.

It would literally be much easier to just write everything the old fashioned way by hand.