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

Open Source

30379 readers
998 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.

top 15 comments
sorted by: hot top controversial new old
[–] TCB13@lemmy.world 3 points 1 year ago (2 children)
[–] sup@lemmy.ca 2 points 1 year ago

Yep, Joplin is great. It uses markdown and I've been using it for a while now. Great application

[–] Vexz@feddit.de 1 points 1 year ago (1 children)

I already use Joplin but it doesn't offer all the features I need (afaik). Tables for example.

[–] TCB13@lemmy.world 0 points 1 year ago (1 children)
[–] Vexz@feddit.de 0 points 1 year ago (1 children)

Oh, right. But it looks very inconvenient to create and edit tables. I'd rather stick with my XWiki then. Thank you anyways.

[–] TCB13@lemmy.world 2 points 1 year ago

They've a GUI / WYSIWYG editor to make things easier:

[–] anaximander@feddit.uk 2 points 1 year ago (3 children)

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.

[–] pe1uca@lemmy.pe1uca.dev 1 points 1 year ago

There's also logseq, but I also use Obsidian, I'm not sure how those two compare.
For syncing the files I use syncthing, works really nice without going through any cloud provider.

[–] kalipike@kbin.social 1 points 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

[–] Vexz@feddit.de 0 points 1 year ago (1 children)

Thanks. I just checked it out but it's the same problem as with Joplin: Tables can only be inconveniently created with markdown code. I really don't like that. :(

[–] kalipike@kbin.social 1 points 1 year ago

@Vexz yeah if you want other tables you'd need to use embeds to embed tables from an external source unfortunately.

@anaximander

[–] spike@discuss.tchncs.de 1 points 1 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.

[–] cduke23@beehaw.org 1 points 1 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.

[–] myofficialaccount@feddit.de 0 points 1 year ago* (last edited 1 year ago) (1 children)

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.

[–] Vexz@feddit.de 1 points 1 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!