Thanks for making this. I look forward to trying it tonight. A few thoughts:
1. Any chance for a mobile version with cloud sync? Qt compiles for mobile too, after all. I access my notes from my phone all the time so this is a must for me.
2. How come so many indie devs are off making their own notes app instead of pooling their efforts? For example off the top of my head QOwnNotes is a Qt widget note app, and a QML-based one I think is called Noter but which I can't find anymore now.
3. Judging from the UI I take it you're an Evernote user, or used to be? There was a post today about all the Evernote staff being laid off, so I feel pressured to move away ASAP. Other than Joplin do you have any recommendations that work on mobile?
1. We're currently using QWidgets which doesn't look good on mobile. But we plan to port the UI to Qt Quick (logic will stay in C++). Our new Kanban feature and some other widgets are already built with Qt Quick/QML. And we'll work on syncing too. I wrote that in my comment above.
2. We're actually using a major component from the maker of QOwnNotes called QMarkdownTextEdit[1] for our Markdown editor. It Works great (thanks @pbek!). Just two days ago someone managed to port the syntax highlighter to QML[2] which paves the way for us to port the UI over to QML.
3. I never used Evernote (maybe I used it for a short time but I can't remember). Because we currently don't have a mobile app I use the built-in Apple's Notes on my phone that syncs well to the Desktop app and then I'll just copy over the notes to my app.
> 2. How come so many indie devs are off making their own notes app instead of pooling their efforts?
Notes are something very simple on surface, but can become very complicated and diversified on details. So everyone starts doing their own personalized sh*t, some are happy with this, and some learn the hardships of it and abandon their projects at some point. So we have a constant stream of half-assed notes-apps of various flavors, and some which are really well-made, to stay.
1. Any chance for a mobile version with cloud sync? Qt compiles for mobile too, after all. I access my notes from my phone all the time so this is a must for me.
2. How come so many indie devs are off making their own notes app instead of pooling their efforts? For example off the top of my head QOwnNotes is a Qt widget note app, and a QML-based one I think is called Noter but which I can't find anymore now.
3. Judging from the UI I take it you're an Evernote user, or used to be? There was a post today about all the Evernote staff being laid off, so I feel pressured to move away ASAP. Other than Joplin do you have any recommendations that work on mobile?