I am using Standard Notes currently but I don’t want to pay 10$/month anymore.
I like Joplin
I use Joplin too. You can use it on multiple devices and store your notebook on Nextcloud or Dropbox as excepted files that are decrypted on your device.
My requirement was to be able to write notes and also make checklists that can be checked and unchecked for use with grocery lists, and Joplin is awesome for that.
Joplin looks unpolished and Nextcloud sync option is often clumsy.
deleted by creator
Which ones are we comparing?
I’m gonna be that guy:
Org-mode with emacs. Sync with syncthing.
There are mobile client too.
I used Joplin for a while but it kept giving me these weird errors when writing accents (half my notes are in Spanish…), so I switched over to Zettlr. It’s now where I take notes for everything.
However, those notes haven’t been synced between devices because I haven’t successfully set up my Nextcloud server in my Raspberry Pi. That’s why whenever I need synced notes, I still use my phone’s default note app, since it syncs automatically…
I am using Joplin on Desktop and Android and it synchronizes via Nextcloud
I use CherryTree and Xournal++ on desktop, and Scarlet Notes on Android. All of them are open source.
Looks like Xournal has an android app too; looks nice. Does it sync?
I don’t know unfortunately.
deleted by creator
https://www.qownnotes.org/ Together with a self-hosted Nextcloud instance.
I am testing out Obsidian at the moment and I am liking it. I am still trying to figure out what the best way to sync between devices. At the moment I have found this script and Syncthing, but I am still only using it locally. Their phone app is still in closed beta, so probably not the best choice if you want to access notes from your phone.
I use Seafile for syncing Obsidian notes. It works pretty well. Syncthing is probably a better option but Seafile is pretty easy.
Check out Logseq, or Obsidian, or Zettlr. They all use markdown as their base meaning you can transfer your notes anywhere if you don’t like the development of the app in the future. They all can be hosted on a Seafile instance which is a really good Delta-sync app that has encryption. I use Luckycloud.de (seafile), which costs me 1 euro a month.
Thank you. Do you know other Seafile instances?
I only know of the ones on the seafile partner site. Luckycloud is the least expensive. https://www.seafile.com/en/partner/
mkdir ~/Documents/Notes cd ~/Documents/Notes $EDITOR name_of_note.txt
For lecture notes, I do this:
$EDITOR "$(date +'%Y-%m-%dT%H:%M:%S%:z').md"
I don’t actually type out commands like these; I have alises for them. I sync my notes with
git
, so I don’t have to learn another tool just for notes.Online: turtl Offline with syn : Joplin
Check out stick - shareable git notebooks. There is a web UI and you can edit the files via standard git commands locally or via SSH when you’re at a PC. This is a project I created.
There’s a whole subculture of people obsessed with Emacs’ org-mode for notekeeping, todos, agendas, etc. I don’t really know the half of it, but what I appreciate is the outline view, inline LaTeX and code snippets, nice tables, and export to HTML. Then I use Syncthing.
-
https://f-droid.org/packages/org.secuso.privacyfriendlynotes
-
EteSync Notes - End-to-end Encrypted Notes (Secure, end-to-end encrypted, and privacy respecting note taking.) - https://f-droid.org/packages/com.etesync.notes
-
SilentNotes (Note taking app with optional end-to-end encrypted sync to your PC.) - https://f-droid.org/packages/ch.martinstoeckli.silentnotes
deleted by creator
if you open it in fdroid it should work
i cannot find the SilentNotes app on fdroid. the link gives a 404
i cannot find the SilentNotes app on fdroid. the link gives a 404
-
you can host your own standard notes, can’t you?