this post was submitted on 13 Aug 2023
144 points (96.2% liked)
Linux
48008 readers
1022 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Joplin has multiple sync options. Other than Nextcloud, you can use OneDrive, Dropbox, and they have a subscription service as well.
Obsidian is another to look at, but you need to either pay for sync or bring your own sync (~~though I don't know that you can sync to mobile without using their sync~~ edit: see below comment by @[email protected] that explains how to do it).
I think it's probably helpful to know if sync across platforms is important to you, and if so, whether you're willing to pay for it. I'm not sure that there are really many alternatives to an app provided for free with free syncing - that costs money to provide and honestly I'd be a bit dubious about using a service like that.
You can select a local folder in Obsidian for Android and sync the folder with Syncthing. You can even revoke network permissions for Obsidian and it all works completely offline (Flatpak override:
--unshare=network
/ GrapheneOS: don't allow the network permission).This is my current setup, even though Obsidian is not FOSS. I like that it stores standard Markdown files in a traditional filesystem hierarchy, instead of what Joplin does with using Markdown files as a database. This means that with Obsidian I can use any text editor or any other Markdown app to access and edit my notes, whereas with Joplin I would have to export them first to standard Markdown and then potentially rename and reorganise all the files and their attachments.
There will be many conversion tools for Joplin to other structures. So I guess the format is a non issue.
Joplin has export options itself, but I just don't like how Joplin manages notes on a filesystem. If it can be done nicely (see Obsidian), why bother with something needlessly complex (file structure, need to sync with the filesystem, etc.)?
But everyone has different requirements and for the right person, Joplin can certainly be a good solution. ;)
Joplin explains on their website that it's for preformance that they use a database rather than flat files.