thanks so much for the feedback. I'm working on providing the image upload functionality. Markdown preview is currently available with the preview button in the right corner of markdown editor.
I'm not a big fan of react-native. I've tried it earlier and the app size is huge as it has to bundle so many things to make it work on android. So I prefer java/kotlin for android app which is compact and performant than react-native.
BTW I'm also checking if https://fyne.io/ can be used. I'll love to use golang for the app :)
Because it does not require desktop client.
It stores the notes in git repository so you have access to all the revisions which is very useful in case you want to revert any changes
You can add the images inside markdown using existing image url. The image upload is not implemented yet. I've noted it & I'll work on this functionality
Thanks for showing interest in the mobile app. I'm working on the android app prototype. You will see the app on play store soon.
yes right. I'm thinking of implementing add-ons for all popular note taking services like google, evernote, onenote etc so that the notes can be imported using gitnoter.
Thanks. Any number of users can use GitNoter simultaneously on any number of devices against a single repo as long as all of them has write access to the repository.