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.

  • kalipike@kbin.social
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    @anaximander absolutely this! I use Obsidian for my notes/PKM and love it. While not FOSS, you’re not locked in at all. I write technical documentation using it for work. Our chosen documentation system doesn’t integrate with it (not without me building a custom API), but because it’s essentially just Markdown files, and the platform supports editing Markdown, I can document as I please then upload it to our platform. It’s a great piece of software with a good dev team and the software has generally good structure/ideology. I never hesitate to recommend it!

    @Vexz