I’m looking for a good notes taking app to replace The Bad Ones like Evernote.
I want to have the content available over multiple devices (iOS app if possible) and preferably also a web editor.
Any ideas?
I currently use primarily Logseq with a little Obsidian because it’s just a really pleasant text editor and Zettlr for long form writing and research. The nice think about keeping it all Makrdown is that I can use any of them depending on what features/UI I need.
Logseq does have the web editor but it’s more of a demo (it’s literally called demo.logseq.com) but it gives you the full vanilla feature set as long as you connect a local directory. I use Logseq Sync just because I was paying to support the team anyway, and it’s worked very well so far. Just ran into an issue where my laptop with most of my notes broke and so I made a portable version of the app to put on a USB and work on a library computer and it ran and connected to my Logseq Sync remote graph surprisingly seamlessly.
Seconding obsidian.
And you can self host the live sync plugin to keep all devices in sync with each other.
I haven’t found a good replacement. I use a combination of syncthing (files), paperless-ngx (pdf), markdown notes (text, lists), memos (todos), radicale (caldav todos), wallabag (web note/archive), images folders and my mobile phone apps (photos/gallery, zettel notes, paperless-ngx app, syncthing).
I enjoyed Evernote back in the day, but yeah…
2nd vote for Obsidian.
I’ve moved from OneNote and Evernote about two years ago to Obsidian. I tried out (and still do look at) all the note-keeping apps and Obsidian beats hands down. For me, the major determiner was that it saves to plain text files that I can just transfer into any future app easily. The other aspect is that plug-ins enable you to tailor how Obsidian functions to your own working processes.
I’ve found keeping Obsidian in sync over iCloud pretty good as long as you keep the number of plug-ins on phone and iPad limited.
Obsidian is great except for the times when you can’t sync your notes to a local file system (like on a work computer). Does anyone know of a self-hosted web app that’s effective for reading/editing the markdown files?
Have you tried Remote Save plugin?
I use it to sync from a webdav on my NAS at home to work computer if I ever need it. It also syncs from services like OneDrive, Dropbox, S3 etc.
There are other versions of similar syncing.
Does this work similar to Syncthing where it syncs the markdown files to the local file system? If so, that’s definitely helpful, but I’m trying to avoid saving/storing my personal notes on my work laptop. I’d rather access them through a web interface and avoid local storage (in certain use cases). Another example is where people can’t install custom software on work computers, so it’s helpful to have a non-Obsidian way to edit the files for those times.
Not being able to install local apps is a valid issue. But if you are really concerned about a work laptop, I wouldn’t trust something just because it’s web based. Depending on the company, they can access that data if they really wanted to just alomst as easily as a file on disk.
I host a copy of Obsidian on my server, and I can access it through a reverse proxy. There isn’t any authentication though, so you have to use something like Authelia.
Do you mean that you use a VNC connection to access your server UI? Or is there a way to host Obsidian as a true web app?
It’s VNC, but it’s included in the docker image I use, so nothing extra other than adding authentication in front of it.
It just stores them to the folder you choose as a vault for your notes. I have seen people put their vaults on a USB stick which they encrypt for security.
No web version of Obsidian as far as I know. Have you tried SimpleNote?
Joplin works well for me.
+1 for Joplin with Nextcloud / WebDAV sync.
Joplin with NextCloud for sychronization + pivn for having access from everywhere :')
Another vote for Joplin here, but I prefer to host Joplin server for synchronization because it’s much faster than NextCloud.
Joplin for notes, Floccus for Bookmarks.
Thanks for Floccus suggestions. It says it syncs over Nextcloud Bookmarks, does that mean you wouldn’t need a dedicated app except for Nextcloud?
huge obsidian.md fan here. it doesn’t have a web editor, but since your notes really are just markdown files it’s easy to mix and match with other markdown editors. for quick notes i like to drop into markor on my phone rather than obsidian, since they’re compatible and obsidian takes longer to load due to my love of plugins
i use syncthing to get my vault onto all my devices on the fly, plus a git repo for longer-term archival. i believe syncthing doesn’t play so well on ios due to system limitations, however, so using the official “obsidian sync” service might be a better bet in your case?
What kinda notes are you looking to take? If you want something real simple but works across all devices, is super fast and with great search, try Simplenote. If you want something with more power, I’ll echo what others here have suggested and say Obsidian. Don’t do notion.
What’s wrong with notion?
Basically this https://www.notion.so/product/ai. AI hype train, won’t be long til this is default (if it isn’t already) and they steal all your notes/writing to feed LLMs and monetize your work without you knowing.
Weirdly, I’m more or less okay with this. Hope someone gets my ballin’ Teriyaki sauce recipe
Kidding aside usually this type of thing bothers me, for example I’m actively trying to find alternatives to Google services. But I feel like I’m not giving up that much information here.
I just want a notes app that is intuitive and pleasant to use, and I really like notion’s UI
You do you then! I tried notion but switched to obsidian because I found Notions web UI awfully slow given I just wanted to muck around with plaintext and markdown files. It wasn’t a bad product though. They’re popular for some good reasons too.
My biggest reason for moving off Notion (and to Obsidian) was lack of offline availability. This has left me in a bind multiple times.
Actually you are right, this is really annoying. Its also quite a “heavy” app, takes quite a while to start up, and I have to re-login constantly.
I don’t think this satisfies your use cases perfectly but an interesting solution for sure. I prefer note taking in vscode using the patricklee.vsnotes extension. Here’s a write up on it at c/vscode. You can commit your note changes to a git repo on github or other elsewhere, giving you access from many different places.
I have manual commands creating notes and symlinked notes dirs and a global gitignore for something similar but I namespace per repo which is much more convenient for me.
Well that’s interesting! But I don’t write see how that would work. Mind explaining a bit more? Perhaps s little demo with notes from two workspaces?
Nextcloud Notes has become my go-to (Oh look, SJ is advocating for Nextcloud again! How original!)
How is performance now? I moved away from it a year or so ago because the performance was pretty bad on my system, even with an external database.
I don’t think its too bad, but it probably depends a lot on a lot of factors.
Since I first started my hardware got a lot stronger, and nextcloud, php, and mariadb have all improved and so my experience has gotten pretty decent.
Remember though, there’s a ton of biases here, so I could be wrong…
Logseq + Syncthing?
No web editor though—well, they have a tutorial web app that I think you can force into editing your markdown files, but that’s not what it’s meant for.
I ditched Evernote and moved to Standard Notes. It’s everywhere for me, iOS, windows, Linux and MacOS and it has a web client which is consistent with all versions of the app. My only gripe is easy image embedding. But I’m living without it.
I use markdown files + Nextcloud for synchronization. What I like about it is that I can use any markdown editor. Currently I use Nextcloup app on mobile and Pulsar or Nextcloud Web UI on desktop.
If you already have Nextcloud their Notes app is easy to use and has a mobile app
Use Joplin and you can stop searching. FOSS and multiplatform with selfhosted options, great sync and a lot of plugins to adjust it to your taste.