For a hobby of mine, there’s an outdated lore wiki on Fandom. I dislike Fandom and would like to host an alternative. It’s supposed to be accessible to all kinds of people.
I started with mediawiki as that’s what Fandom and Wikipedia are using, so people would be familiar with page structures at least and maybe the editor.
It turned out to be a bit of a pain though. It only has unofficial container images, the documentation is outdated and (what I consider as) core functionality like WYSIWYG editor or simple infoboxes has to be added by extensions or templates. I’m in the process of setting it all up and wondering if it’s worth it (and if I want to maintain it). There’s so many wiki projects it’s hard to keep track, what are y’all using for stuff that’s used by larger communities and simple to use with close-to-default settings?
dan@upvote.au 1 hour ago
Mediawiki does have a WYSIWYG editor, but it’s a separate extension: www.mediawiki.org/wiki/Extension:VisualEditor
The benefit of Mediawiki is that anyone that’s edited Wikipedia before will know how to use it. It’s a pretty heavy piece of software though, and the learning curve is relatively high if you’ve never hosted it before.
I used Dokuwiki at my previous job, maybe 15 years ago. It worked well. It doesn’t need a database as it stores all wiki pages as plain text files on disk. I don’t know if it has a WYSIWYG editor though. I’ve never used it on a public-facing site so I’m not sure how authentication works (at my previous job, we hooked it up to Active Directory for auth).
BookStack and wiki.js are two newer ones that have good reviews, but I don’t have any experience with them.
poVoq@slrpnk.net 1 hour ago
Dokuwiki has a well working WYSIWYG editor these days: www.dokuwiki.org/plugin:prosemirror
tofu@lemmy.nocturnal.garden 1 hour ago
I installed that editor, but that’s the point, I’m looking for something where I didn’t have to puzzle too many extensions together.
I’ll probably give DokuWiki another try. Bookstack is not what I’m looking for, but maybe I’ll have a look at wiki.js!