I’m currently using a self hosted instance of XWiki on my NAS to write down long term notes just for myself. But it runs very slow with the database and limited hardware ressources. And since I only access it from my Windows PC on my LAN I figured I’d just need an application that does the same job and save the files on my NAS.

So does anyboy know a good Open Source application for Windows that can be used like that? It needs features like these:

  • WYSIWYG editor
  • tables
  • font colors
  • font highlights
  • text code
  • headings
  • embed images
  • embed YouTube links
  • (un-)ordered lists
  • bold text
  • underlined text

Thanks in advance!

Edit: Added WYSIWYG editor to the list.

  • @[email protected]
    link
    fedilink
    61 year ago

    I just use an editor and a local git repo. Write everything in Markdown. Current editor of choice is Pulsar but use what you like. Self hosted repo lets me access the notes from any device as well as keep a history of what I’ve changed.

  • @TCB13
    link
    41 year ago

    Maybe Joplin?

  • anaximander
    link
    fedilink
    31 year ago

    I’m a big fan of Obsidian. It’s not open source, but it’s free forever and has a rich theming and plugin ecosystem, and it works on just regular markdown files in folders so you’re not locked in by proprietary file formats or anything, you can switch to basically anything that edits text and lose nothing. There’s paid sync and publish features, but because it’s just ordinary text files, you can replicate those for free with OneDrive and Jekyll, or your favourite tools of similar function.

  • @[email protected]
    link
    fedilink
    1
    edit-2
    1 year ago

    I used ZIM Desktop Wiki for a while. I honestly don’t know if the current version fulfills all your needs but ist was robust at it’s time.

    • @[email protected]OP
      link
      fedilink
      11 year ago

      I just checked it out but it doesn’t look convenient to use. Looks like tables should be an option but the option is missing in my client somehow. Also there’s no dark mode and I hate when applications don’t have a dark mode, haha. Thanks anyways!

  • tal
    link
    fedilink
    1
    edit-2
    1 year ago

    If this is only going to be used by a single person on a single desktop, maybe just use a local application, like LibreOffice or something, rather than a wiki? I mean, the main point of wikis is really that they facilitate collaboration. If you don’t need that, why bother with the extra infrastructure?

    I mostly use org-mode in emacs for this sort of thing, myself.

  • Spike
    link
    fedilink
    English
    11 year ago

    I’ve used Tiddlywiki to plan out and track my Pen and Paper Campaign I was writing.

    It’s basically a single html file you can update and host through a number of things.

    The link provides a demo as well as installation instructions.

  • @[email protected]
    link
    fedilink
    11 year ago

    I love Dokuwiki. It’s pretty easy to install, and has low requirements. TikiWiki is also not bad I think, but I prefer DokuWiki.