←back to thread

18 points jMyles | 1 comments | | HN request time: 0.216s | source

The two things I wish mediawiki had:

* APIs with deeper functional inroads in multiple languages. There are lots of great tools for writing bots, but if you want to write a parser extension, you're stuck with PHP right? Or has that changed?

* Multiplayer. Edit conflicts can be a real pain and turnoff for beginner users. I wish that simultaneous use felt more like a collaborative social experience and less like a minefield.

...but I do think mediawiki is wonderful, and I'm inclined to use it despite these drawbacks.

Show context
havok_at ◴[] No.45069077[source]
We use outline (https://github.com/outline/outline) at work and it works pretty well for us. It supports collaborative editing, which was the main reason we went with it.

Personally, I use bookstack (https://github.com/BookStackApp/BookStack) at home. Mostly because I really like the mental model of using Bookshelves, Books, Chapters and Pages to sort my notes in.

replies(1): >>45071399 #
1. michaelmcdonald ◴[] No.45071399[source]
My biggest beef with Outline is that I can initially use Markdown, as soon as it is saved, you cannot see the raw markdown again for editing.