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.

  • jmcs@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    18
    arrow-down
    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.

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

      Sorry for my ignorance but why would it be a nightmare to implement over Activitypub? Would there be an issue with approved editor accounts from other instances?

      I don’t know if I would consider wiki pages the threshold for feature creep. It’s been a basic feature for Reddit mods ever since I joined Reddit 10 years ago. Therefore it existed before all the new.Reddit features were thrown in. Mods use wikis for directories, tutorials, archiving select content, and bot configs. Yes you could link to external wiki pages but IMO the experience for reading, editing, and adjusting settings would not be as seemless.

      Sorry but I fail to see why support for wikis would be synonymous with corporate social media. IMHO, it’s a fundamental tool to have.

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

        For example, what would happen if two people change the same paragraph in two different instances at roughly the same time?

        This is already a problem for existing distributed versioning systems (like git), and in those the merge conflicts can only happen when the users explicitly request them. With activitypub the merge conflicts would happen in response to asynchronous events and to make things worse, different instances might see different events. How would you surface the conflict to the users so they can solve it? Do you send an email to the user which was a fraction of second late saying their edit got rejected? Do you reject both of them and keep the old content? Do you overwrite the first edit silently?

        These are already hard UX problems on centralized wikis, and the technical aspects of a distributed system would make them worse. So much worse that I would say it’s orders of magnitude harder to implement than a link aggregator.

        • incogtino@lemmy.zip
          link
          fedilink
          English
          arrow-up
          3
          ·
          1 year ago

          Why would the wiki page have to be decentralised? Each community lives in one instance, the wiki page could similarly be attached to the instance, but with federated users

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

          different instances might see different events.

          Why would this happen? Does it have to do with not running the latest software? If so, it seems to me like a responsibility the server admins should be mindful of.

          Do you reject both of them and keep the old content?

          Why not simply reject both but save them in the history tab and then send PMs to both users involved to inform them of the conflict?

          • pe1uca@lemmy.pe1uca.dev
            link
            fedilink
            English
            arrow-up
            1
            ·
            1 year ago

            You’re thinking of reimplementing something like git which some wiki open source project might as well already have solved.
            So, the answer will be the same: it’ll be better to have a dedicated project/service.

  • pe1uca@lemmy.pe1uca.dev
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    I’m wondering if that would be too niche or something which should be its own project, and those in need of a suitable solution would be better deploying a dedicated service.

    I mean, for example lemmy has PMs, but if there’s a notice to move to a dedicated messaging service for more privacy and functionality.

    So, for a “wiki” the sidebar usually is enough to have the rules and links to sites with more information and a better structure.

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

      Experienced mods moving from Reddit to Lemmy would expect support for integrated wiki pages since it’s been a basic feature for so long. They use them for creating directories, tutorials, and all kinds of resources. My sense is that making wikis a separate project on the Fediverse would be too clunky, although I admit it’s an interesting idea.

      EDIT: They can also be used for bot configs just like AutoMod, which is a separate feature request in itself.

  • Iapar@feddit.de
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    1 year ago

    I think hubziller offers federated wikis.

    Edit: added missing word.

      • Iapar@feddit.de
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        You’re welcome.

        I stumbled upon it myself not so long ago so I don’t have any clue about how it all fits together. But on first sight it looks like a bunch of stuff is already in fedi we just don’t know about it and assume Lemmy/kbim/mastodon is all there is.

  • m e@lemmy.ml
    link
    fedilink
    English
    arrow-up
    3
    ·
    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.

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

    Something like codeberg, but enhanced so you could do all operations by git would be useful.