Wait, didn’t they close like years ago? I definitely remember reading something about it way before covid. Is it some kind of Mandela effect or was there something?
They got rid of their free offerings, maybe that’s what you are thinking of.
There is a recent thread discussing Evernote alternatives at https://beehaw.org/post/986939
Personally I exported my notes from Evernote, imported them to Joplin, and setup Syncthing to handle synchronization of note content between my devices. Not exactly a trivial setup but not difficult either. Also fully open source and much more secure.
Anyone know a good alternative for storing PDFs with preview and search?
I switched to Joplin a few years ago from Evernote and haven’t looked back. Take control of your own notes - Joplin is open source and has clients for every platform, and imports notebooks from Evernote.
Or Obsidian? Take actual control over them including rendering if you want to customize that.
Maybe it’s a different use case 🤔
Haven’t tried Obsidian, but have heard good things about it. I have about 12,000 notes and continue to be impressed with Joplin’s ability to handle that with no issues.
Different use cases, indeed. All I need is plaintext, images, and in-line pdf rendering. No audio, no video, no LaTeX, not even italics or bold.
Now, to be completely fair, while Joplin is great for simple notes, it’s data entry modes are weird AF. I assume, in a programmers mind, the operation is normal for an IDE as it can’t/won’t render links/objects in line with editing. You either get a markup-only window that’s editable, a rendered window that is read only, or lose half your screen to a split-view version. These options are selected via two, separate, unlabeled, non-status-indicating toggle buttons which cycle through 2 and 3 versions if the view.
Aside from that, it seems nice.
Obsidian is closed source, so once the company dies, no one can modify the app. Joplin on the other hand is open source.
The app may be closed-source, but the data is all markdown, which should be easy to move to other apps.
What I really like about Obsidian is that it stores your notes as plain text/markdown files on your computer. So you always have access to them, even without Obsidian itself. Markdown is also a fairly common format, so it shouldn’t be too hard to move them somewhere else later.
But your concerns are still valid and I generally also prefer free open source software.
Everyone here are so cool with fancy open source alterantives. I’ve been basic and been using Notion for all my med school notes and beyond and while it’s been mostly great the few episodes of outages have been so frustrating. Wish there were some easy to use solutions with all the text formatting options Notion has.
As much as I love obsidian, I’ve been moving on to Emacs org-mode! I like that Obsidian notes are just text files but with org-mode I get that and it’s Emacs which is open-source, thirty years old and literally never going to die. I can export org-mode files to PDFs or even turn them into HTML pages.