This is to give an idea of the coming versions. The roadmap may change over time and feature might be added or removed from certain planned versions.
All platforms share a good part of the code so they will also share the same major and minor version numbers, although some releases might be desktop or mobile only depending on the features.
What is the reasoning for removing the ability to export to JSON?
What is the reasoning for removing the ability to export to JSON?
The feature is incomplete because it's possible to export as JSON but not import back, and this might be confusing. But also we already have a computer-friendly format when exporting as RAW, and maintaining two such formats doesn't make sense. If someone needs the notes as JSON, it's trivial to parse the RAW format and create JSON from it.
Also I will only make this change once the plugin system is ready, so it will be possible to put the feature back as a plugin.
Can an built in update system be added in the road map? I do appreciate all the updates, but it seems like every week, if not more often than this, I open my laptop and a new update is out, I am loving the pace the development is going but each time I need to download a new version of Jopin file, download it, open it and update it, then have to search where I saved the new update and delete the installer. I would like to see an update system that Google has going on with their Chrome browser. Silent updates in the background and Chrome is always updated.
Or at the very least, clean up after the install. Excellent work done thus far.
There鈥檚 no plan for it, but I鈥檒l disable auto-updates by default in future versions, so it鈥檇 be up to the users if they want to update.
Most helpful comment
The feature is incomplete because it's possible to export as JSON but not import back, and this might be confusing. But also we already have a computer-friendly format when exporting as RAW, and maintaining two such formats doesn't make sense. If someone needs the notes as JSON, it's trivial to parse the RAW format and create JSON from it.
Also I will only make this change once the plugin system is ready, so it will be possible to put the feature back as a plugin.