top | item 32249870

(no title)

andwaal | 3 years ago

Since this touches more regular note taking apps such as Evernote and OneNote I would like to give a shout out to Joplin. After using Evernote for 10 years or so I figured out that this would be the year I switched. First impression of Joplin is very good! Both desktop client and app seems fast, much much faster than Evernote. Setup of "self-hosting" against a S3 bucket was easy enough (had an issue with S3 URL needing region, something that was not mentioned in the docs).

It does not have all the fancy functions of Evernote (and rest of the apps mentioned in this thread), but for just keeping a collection of notes it seems to cover the basics I need (notebooks, good search, markdown support, easy synch across clients etc).

discuss

order

lordgrenville|3 years ago

I'm also happy with Joplin. If I could change one thing I'd make it plaintext based, instead of SQLite. I don't use it for media/web clipping and I suspect it would speed up syncing (which takes around 5-15 seconds, even for incremental changes).

andwaal|3 years ago

I also found this a bit strange at first, but my guess without diving into the code is that since all searching is done on the client and not through an server side API, SQLite is probably the best way to achieve this performant across all devices and platforms.