Hello! I'm still not satisfied with my note taking app. I tried dozen of them, read tons of lists on random blogs on the internet, without any success. I'll try to ask you then.
I'm looking for a note taking app with just this 3 features:
richtext/WYSIWYG (i don't want to write plain text and then press a button to see it rendered)
it has to support CHECKBOXES! Most of the apps I tried does not support them, or supported them only if all the note was a checklist. I don't want a checklist, I want a note where I can put some checkbox inside!
FOSS and active
The one I'm currently using is obsidian, but it's not FOSS and it feels very overcomplicated for a simple note apps.
Any suggestion is welcome!
EDIT: forgot to mention, I'm talking about Android XD
I may look into this. I would much rather pay developers that give a shit about the project then pay Evernote who is clearly just in it for the money and their devs have lost their way.
Have you tried/looked into Joplin yet? If I understand right, I think the one box it doesn't tick unfortunately is the first (at least in the Android app), as it supports markdown which is only rendered after leaving edit mode.
However, it does have checkboxes and the whole note doesn't have to be a checklist. You can write a description, add your checklist, add a horizontal separator line, another description, another checklist, all in the same note. It's also FOSS and actively updated. Bonus as well is that it can be used with Syncthing to sync notes to your other devices, and there's a desktop version which has some more flexibility over the Android app.
It should check all of your boxes + it has local files like obsidian (which is why I love it), and the main dev is very active both on discord and forum.
It's not open source yet, but that is on their roadmap. Acreom behaves in a similar way to Obsidian in that it's text files on the local file system. But it actually handles check boxes much better than Obsidian.
That said, the Android app requires use of their cloud sync, which I'm not a fan of because like you I'd rather manage my own sync. I've encouraged the dev to consider it on Android but I seem to be the only one bringing it up at all.
This is actually pretty nice, it checks all my conditions. I'm trying to understand where the notes are stored on the device, as I'd prefer to use synching to sync my notes on my devices
It uses an internal db from my understanding, not the filesystem. I think? (haven't checked recently) it's possible to self host the sync server if that's your thing. You could also do regular backups (these are automated) as a workaround way of manual syncing I guess.
If you happen to have a Nextcloud instance, there is a decently robust Notes app that can be used from either the web browser or from a standalone app on Android (available on f-droid and Google Play).
Emacs org mode could work if you're okay with tinkering a bit. There are keyboard shortcuts for check/uncheck, and you can do a lot of customization of how it renders in Emacs. Search might be a problem though.
Emacs is actually one of the easier editors to use in my opinion. The ribbon at the top makes most functionality accessible even without knowing any of the keyboard shortcuts.
I know someone else already mentioned it but I'm going to do the same. Notesnook. I have been using it for around six months now.
I have been looking for the perfect note taking up for a long time. I have some of the same concern as you and Standard Notes looked like a promising app for me but it also looked really overpriced and kind of over complicated.
Notesnook pretty much had everything I wanted. The most important thing for me is that it is completely cross-platform. It has perfect feature parity no matter where you are, no matter if you're on the web app, the iOS app or the Android app, the Mac app, whatever. It has everything on all apps.
It's important to me because some apps are primarily developed for one platform and you can tell that while you pay the same price on another, you're still a second class citizen. And you also get some apps which are in general scattered around feature-wise. So some client gets some features and other don't. It's weird. I mean look at the whole Proton suite between iOS and Android.
It can sync with its own service, it works well enough, and it's end to an encrypted which I love.
And it's fully open source! Which is the cherry on top.
My only gripe with it is its editor. It supports markdown but it's not really markdown. It's a rich text editor with markdown support for formatting which is very different. The results are sensibly the same but more often than not if you copy and paste something that is already formatted from a markdown editor into the app, it won't format it. You will get # and * everywhere but they won't do what they're meant to be doing. Because it's made to interpret Markdown as you type it.
I wish we could get an actual simple, rock solid Markdown editor. But other than that? Notesnook is the nest Note taking app I've used and I've tried plenty.
Thanks for the detailed answer! I downloaded it and the UI is very nice, but sadly the notes seem to be stored in an internal db, so I can only see them using the app itself. I'd rather an app that saves the files as plain text, so that I can sync them however I want and open them with whatever app I want
It's however the best one I tried so far, so I'll probably settle with this! thanks for the suggestion!
I'm looking for the same thing but with the added difficultly of wanting live collaboration in notes, primarily so I can use it for grocery shopping with my partner, but for other stuff we do together, too. Hedgedoc 2.0 is what I have my eye on the most.
The current Hedgedoc checks boxes 2 and 3 for you, but not box 1. You can check/uncheck checkboxes in view mode, though. I'm at the point now where I don't really care too much about having a wysiwyg editor for my workflow, but I understand if it's not what you need.
The other biggest downside is how 1.x handles navigating to different notes. It uses a "history" page which works alright, but isn't very organized. 2.0 will include an "explore" page that will be much better.
I just downloaded it, the UI is pretty neat, but it is not actually richtext, just plaintext with the "view" button to view the formatted output (readonly). Is there a setting I missed to change this behavior?