cross-posted from: https://discuss.online/post/40841668

Been working on building a wiki over a number of months, but realize it is a ton of work. My goals are:

  • No Database, just files and folders for Dokuwiki
  • Get the experience to feel accessible and fun for users.
  • Make the wiki into something users can save locally and access offline.

The wiki coincides with various DIY and open source projects I’m experimenting with. Thought I’d share here, since this is about the extensions I’m actually using within Dokuwiki. Would love to add more, but just need them to work in daily use first.

Plugins in use:

  • SMTP, so users receive their login credentials.
  • Templator, for treating pages as templates for re-use.
  • Include plugin, for using pages within pages to organize content.
  • Open Document plugin - For export as odt
  • Pagelist, which I’m still learning for organizing tables.
  • Move plugin - for moving location of pages without breaking links.
  • Wrap plugin, for centering images and code blocks.
  • Tag, for adding tag browsing between page.
  • Footer, for clarifying info displayed at bottom of pages.
  • Catmenu, adds a clean, simple tree menu for the page being viewed.
  • slippyferret@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    4
    ·
    14 hours ago

    I used dokuwiki extensively over the years to manage projects, organize data, and build public web pages now and then. It’s been a pleasure to use.

      • slippyferret@lemmy.blahaj.zone
        link
        fedilink
        English
        arrow-up
        2
        ·
        10 hours ago

        Andreas’ “gallery” plugin was a great way to share my photos. I believe I tweaked the code to read exif data from the jpegs to extract the comment/description and display it as a caption.

        “Graphviz” was also wonderful for generating flowcharts and organization charts for my work.

        My present website runs on dokuwiki, though it’s pretty bare bones and not doing anything fancy. Just an English-Japanese bilingual setup.

        djdupriest.org

        • irmadlad@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          33 minutes ago

          djdupriest.org

          Interesting. I like rifling through someone’s blog even tho may not have an immediate use for the data contained in the blog. You never know. Might stumble on something that will be useful later on.

  • kiol@discuss.onlineOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    20 hours ago

    Are others running Dokuwiki in production? Would much appreciate suggestions for setting up a nice wiki flow. Right now there is probably a lot of improvements to be made in terms of indexing and otherwise organizing content. I find the plain text syntax takes a while to wrap the brain around since it isn’t markdown, but certainly fun to experiment with.

    • irmadlad@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      15 hours ago

      Watching the thread because I’ve recently been toying with the idea of using Dokuwiki as a place to store all my selfhosting notes.