nuttyartist / notes

Fast and beautiful note-taking app written in C++. Write down your thoughts.
https://www.get-notes.com
Mozilla Public License 2.0
3.6k stars 316 forks source link

State of the application #672

Closed dot-mike closed 1 month ago

dot-mike commented 1 month ago

Hi, I'm new around here.. and I discovered your application through researching for a notes taking app. I liked the simplicity of your application and it looked promising. But while glancing over the repo I saw there has been no real feature / fix commits in over 5 months. So naturally I was a bit worried this project was stalled which lead me to look into the open-issues to understand current state of this application.

I came to discover one of the open issues is the locked-down database format #336 which is a drawback for me. In the same issue I also saw an open issue for importing existing data #316 where I discovered a comment from the devleoper nuttyartist stating that this feature is implemented in Plume which appears to be another note taking app from the developer of this application.

So I would to ask you @nuttyartist , it this application still supported by you? I can see recent development has happened in Plume. And will this application continue to receive feature implementations or only bug / security fixes?

I would appreciate if you could answer these questions as I think they are important for the community and the roadmap. :pray:

nuttyartist commented 1 month ago

Hi, thanks for coming by!

First, it's not really a "locked-down database format", it's a very simple SQLite format, that everyone can look into. It requires some technical knowledge, granted, but still I won't call it locked-down, especially since the entire database code is completely open source.

This project is very much alive. The thing is, I'm very busy with Plume, like you mentioned. But I just released all the changes I made in Plume from Notes in that repo. If someone would like to bring those improvements and send a PR, I'd be very happy to merge. Nevertheless, I plan to do it myself once I get the time for that. And indeed, even regular users soon will be able to export their data to .txt/.md like you just mentioned.

May I ask why you don't consider using Plume, is it because it is closed source, and you're looking for an open source note-taking app? Even without paying for the Pro version, you get all the features in Notes and far more.

Regarding new features, it will be difficult to add new features at this time unless I add them to Plume, and they share the same code as with Notes. Again, if other people want to contribute, I welcome that.

Thanks again!

dot-mike commented 1 month ago

Hi, thanks for the honest feedback. Much appreciated. I was worried that this application would not get any further given support from the author. I know we all are busy with our own lives etc and can't commit to something full time without support from the user base. And that's why I was looking for a open source note taking app, not a closed source one.

nuttyartist commented 1 month ago

Totally get that. Notes is here to stay.