151
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 13 Aug 2023
151 points (96.3% liked)
Linux
47984 readers
1992 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
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 @fossisfun@lemmy.ml 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.
Unfortunately with iOS you are stuck with Obsidian Sync because Syncthing does not work because of the permission model. Otherwise I prefer Obsidian over Joplin for the above mentioned reasons and nice extension ecosystem. It's easy to get your files out of Obsidian, no vendor lock-in
Syncing over iCloud drive works well (Obsidian, iOS).
I as well use iCloud for syncing and it works well.
If you run iCloud and syncthing on the same machine you can point syncthing at the icloud folder, and you’ve got a way to sync icloud to Linux.