this post was submitted on 25 Oct 2023
121 points (98.4% liked)

Linux

47292 readers
737 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I've no problem with using LibreOffice for most of my document needs, but i haven't found a good substitute for microsoft's OneNote yet. I mainly use it to plan my RPG games and it helps a lot. What alternatives are there for organizing notes on linux, with similar features to those that OneNote provides?

you are viewing a single comment's thread
view the rest of the comments
[–] TomMasz 19 points 10 months ago (4 children)

I looked at Joplin and Obsidian for the kind of notetaking I do and settled on Obsidian. To be honest, both have more features than I use. I like Obsidian because it's based on Markdown, so you're not tied to some oddball file format. But you should try them out and see which one fits your work style.

[–] [email protected] 11 points 10 months ago* (last edited 10 months ago) (2 children)

Joplin also uses markdown, and it has the advantage of being open source.

[–] [email protected] 5 points 10 months ago (1 children)

...in a database file. That and the awful android app had me look elsewhere. Too bad really, FOSS and self host options with it are great.

[–] [email protected] 2 points 10 months ago (1 children)

What's wrong with the android app? I haven't had any issues with it

[–] [email protected] 1 points 10 months ago (1 children)

I use checklists/task lists a lot. The way the app handles those are completely backwards. Checkbox is auto put in the title of the list but when you tap in the body of the list, it doesn't. And the rendered view of your Todo list is very small with no way to change the font size. You can change the editor font size, but not on the rendered output.

I also don't like to be required to put a title in at the start of any document. Other apps either name it 'untitled' or date/time it was created. This causes friction and if I can't get my thought down quick, I may lose it.

That plus the whole markdown in a db file killed it for me.

[–] [email protected] 1 points 10 months ago (1 children)

Are you sure you are talking about Obsidian here? I can change the font size for both the editor and reader views, the default note name is 'Untitled' and markdown files are stored in plaintext.

[–] [email protected] 1 points 10 months ago (1 children)

I assumed you were asking what was wrong with the Joplin app, since that is what I was referring to in my post about awful android app. I use and love Obsidian on Linux, MacOS, and Android (tablet and phone). The only thing I don't like about it along the lines of my original reply to you is that task lists and to-dos aren't very easy or intuitive from Android. It's doable, but kinda clunky. So for that type of scenario I'm using Quillpad.

But no, Obsidian app on Android is great. Joplin....nope. :)

[–] [email protected] 1 points 10 months ago

Oh sorry, I misread that. Thanks for the clarification!

[–] the_tab_key 2 points 10 months ago

And can sync to webDAV

[–] [email protected] 8 points 10 months ago (2 children)

I recently settled on Obsidian too. It's proprietary software, but the text files themselves are in simple markdown and readable in a text editor. Additionally, you can sync across multiple devices using their paid service (which works flawlessly for everything) or set up sync yourself for free if you know how to host a couchdb instance yourself (works perfectly for everything except iOS, apparently).

The plugin support was baked in from the start so it's extremely flexible.

[–] [email protected] 13 points 10 months ago (1 children)

I wasn't worried about it being proprietary until I saw the founder reasoning for not having the source be open under a nonpermissive licence.

https://obsidian.rocks/why-isnt-obsidian-open-source/

I decided to go with logseq because of it.

It also syncs with all my devices using my own servers, instead of needing to trust obsidian/logseq.

[–] [email protected] 2 points 10 months ago

That's fair, the privacy concerns are not ultimately addressable with a closed-source application. I can encrypt communication and the db itself since I am self-hosting it, but ultimately I'm using the obsidian app on desktop and mobile so I don't know where the data is going unless I specifically manage it's network usage etc which is a ton of extra work.

I haven't actually started taking notes with obsidian yet, I just got it setup. But the plugin support is...massive. IDK.

[–] jelloeater85 5 points 10 months ago (1 children)

You can also use SyncThing, works great.

[–] [email protected] 2 points 10 months ago* (last edited 10 months ago) (1 children)

Yes I probably should have implemented that, but the Obsidian plugin implementation ("Self-hosted Live sync") appears to work almost shockingly well. I was amazed by how easy it was to setup . Setting up a couchdb instance took more time than getting sync going across all my devices, and couchdb wasn't that hard either.

[–] jelloeater85 1 points 10 months ago

I think that's the part I had a hard time w. The db setup. I'm only good at postgres and sqllite.

[–] [email protected] 4 points 10 months ago

Obsidian is my go to for D&D.

They still sprinkle a bit of their own stuff into the markdown but it's generally usable outside.

[–] [email protected] 1 points 10 months ago

Thanks for the suggestions! I'll see which one works best for me.