Title says it all. Unless I’m missing something, I don’t see a way to do anything wiki related at the subs I’ve created.

  • m e@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Gitea, GitHub and the like allow the owners of a repository to create an associated wiki by selecting a preference check box. You should be able to copy the relevant code from any free/open source implementation. It would be useful for providing Frequently Asked Questions for the community for example.

  • jmcs@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    1 year ago

    It would be a nightmare to implement a wiki over activepub, so it would probably need to exist outside of federation.

    It also feels like the kind of feature creep that made Reddit unsustainable. Software should do one thing and do it well - Reddit’s reliance on 3rd parties fixing core functionality while they pursued every shiny new thing their product managers and software engineers wanted to put on their CV should be a cautionary tale.

    I feel we would be better served with wikis stored outside of Lemmy and simply linked in the description. Lemmy exists on the web and shouldn’t try to pretend it doesn’t like corporate social media.

  • TootSweet@latte.isnot.coffee
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    I don’t want to be constantly comparing Lemmy to Reddit, but on Reddit, the wikis were invaluable. As helpful as the threads were, the wikis frequently had amazingly useful info.

    That said, I’m not sure I think adding wikis to Lemmy is the right way to go. “One thing well” and all that.

    Maybe instead, some ancilliary wiki platform that can be run alongside Lemmy that lets a community mod easily set up a wiki that can be linked to in the sidebar?

    Or we could go really simple and just link specific posts in the sidebar with useful information of the kind you’d otherwise put into a wiki.

    • capr@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 year ago

      For the first option you mentioned, a user already suggested a service called Hubziller. My issue with it is it might be a bit tacky or confusing for readers if they subscribe to a community but have to visit a separate service to access wikis, instead of making them in house. Maybe it’s just me being stubborn and not thinking outside the box since I’ve been a mod on Reddiy for 10 years, but that’s my humble opinion.

      The second option is a more practical solution for here and now but it doesn’t allow for collective editing or reverting changes.

      • TootSweet@latte.isnot.coffee
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        1 year ago

        Yeah. I’m definitely for some pretty seamless integration. Probably in the optimal case:

        • The wikis would be hosted on the same domain as the Lemmy servers.
        • Any account you had on the associated Lemmy server would automatically exist to the wiki as well.
        • If you were logged into Lemmy, you’d also be logged into the wiki.
        • Only mods would be able to enable wikis but the process of doing so would be trivially easy.
        • I’d personally say that it makes the most sense to just have the mods link the associated wiki from the sidebar rather than creating new special interface features to add a link outside the sidebar or whatever. (Unless some kind of plugin infrastructure that would allow that already exists.)

        But all that can be done without putting any wiki-specific code into the Lemmy or Lemmy-UI source repositories, which I think is preferable for the same reason you wouldn’t add flight simulator code to a spreadsheet application. (Ok, maybe a bad example, but you get my point.)

        Edit: And I’ll admit there are both upsides and downsides to my approach here. One downside would be that some Lemmy instances would offer attached wikis and others wouldn’t. It’s possible it also just wouldn’t catch on at all and nobody would enable attached wikis as a feature if it was a whole separate step to setting up “Lemmy”.