this post was submitted on 18 Jun 2023
1 points (100.0% liked)

Open Source

29776 readers
261 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] anaximander@feddit.uk 1 points 1 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.