this post was submitted on 20 May 2024
54 points (98.2% liked)
Joplin
643 readers
1 users here now
Official community of Joplin - the secure open-source note-taking app.
Capture your thoughts and securely access them from any device.
- ๐ Website
- ๐ฌ Forums
- ๐ Support the developer
Features:
- ๐ sync via Joplin Cloud, NextCloud, Dropbox, OneDrive, Syncthing, WebDAV
- ๐ web clipper extension
- ๐ก๏ธ end-to-end encryption
- โ๏ธ Markdown support
- โ built-in todo manager
- ๐ฑ runs on every desktop and mobile OS
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That's pretty much what I wanted from this. Time to try it out again once its ready. Is there a reason the app couldn't just store notes in plain text as a standard? Sorry if that is a silly question, haven't used Joplin much.
The answer why Joplin actually shouldn't rely on filesystem as its source of truth is twofold: Search and scalability
Joplin can handle hundreds of thousands of notes and the search is pretty much instant. Relying on filesystem would defeat both of these features
Ah, I see. Didn't think of it on that scale, makes sense. Thanks!