this post was submitted on 13 Mar 2025
75 points (93.1% liked)

Open Source

34488 readers
178 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
 

Hi. Basically, I'm asking for suggestions. Do you know any good note taking app that works on linux desktop? I'm looking for something that I can use instead of Notion or Obsidian, with some nice to have:

  • Open source (that's the reason I'm not that much into Obsidian, it could disappear tomorrow and I could not replace it with a community maintained fork)
  • Markdown based. I'd like to know that I can replace that app for another one when I want, and that's not possible when they use their own obscure format
  • Local. I'm not interested in paying monthly for cloud storage. And actually, I'd prefer to know for certain that nothing leaves my local machine
  • Nice UX. I know that using plain text files and vim might do the job, but I'd like something more user friendly and with nice features (Notion, for example, nails it in my opinion)
  • Bonus: Can also be used on android (I'm aware this is a though one, and is not a deal breaker)

I know that all those requirements are hard to fulfill and I don't even know if something like that exists, so I'd appreciate any kind of suggestion. For example, It'd be great if an open source like that exists, but I'm not completely closed to open-source-ish proprietary apps (e.g. licenses not really open but close enough), as long as they are free to use and work on linux.

Edit: Thanks for the suggestions, everyone. The most suggested alternative was Joplin so I'll give it a try. However, as most of you mentioned, at the core it's all markdown so I could easily try the other alternatives with the same knowledge base at a later point :)

you are viewing a single comment's thread
view the rest of the comments
[–] Voroxpete@sh.itjust.works 3 points 10 hours ago* (last edited 10 hours ago)

Notesnook is fucking fantastic.

I have spent over a decade - no I am not fucking joking I genuinely mean that - searching for a good Evernote / Onenote replacement. I have tried everything. Obsidian, Joplin, Silverbullet, Trilium, etc, etc, etc, etc, god I have forgotten the names of all the different note apps I've tried. They have all sucked. Joplin sucked about the least, but it still never really convinced me to get my stuff off of Onenote.

Notesnook blows them all away. Syncing is instantaneous (literally, you can type into a note on your phone and watch the words appear one at a time on your laptop), you've got S3 storage for attachments, sharable notes that can be password protect and set to self-destruct, lockable notes, read only notes, everything is exportable in multiple different formats, notes can be linked to multiple notebooks, notebooks can be nested, notes can be tagged, there's bi-directional notebook linking, an attachment manager, every note has an auto-generated table of contents, the WYSIWYG editor is beautiful and works flawlessly, they have a web-app (unlike Joplin or any of the other commonly recommended solutions), there's a web clipper that works really nicely with multiple different clipping formats, the phone app has one for one feature parity with desktop and web, they've got an absolutely beautiful code-block system with a copy button built right in so it's incredible for storing config files or instructions for a self-hosting process... I could go on but I think I've ranted enough.

Also, just to be clear, Notesnook is fully self-hostable. There's an excellent guide here: https://sh.itjust.works/post/31407921. If you self-host, you get all the pro features automatically.

You can host the web-app as well if you like - it doesn't have a dockerized version yet, but the code is all up on their github - but you can also use the web-app on their server to connect to your back-end, so it's really not necessary.