Hello everyone,
As you all know, Lemmy does not support wikis at the moment. I have seen other communities using solutions such as rentry.co (example: https://rentry.co/manjaro-controversies) to host their wiki content, do you have any suggestion on another solution we could use?
Ability for other users to edit it, mostly
All users or limited to mods?
The ideal way should be to have discrete access management: all mods can edit, members can suggest changes, then if a member is well-known he can get a special right to edit without mod approval, etc
This kind of access management would only be possible with an external solution for now
Markdown in a git repo hosted on gitlab or similar can achieve this. Merge request would be used for suggestions, owner/developer/guest/etc roles for access management. It would have a slight barrier to entry, but it’s not impossibly high. GitLab also has we “web ide” to edit text in the browser.
That can be an option. Once everyone has seen this thread, I’ll probably organize a vote to see what the community prefers (probably early next week)