I'd like to be able to write notes even offline, especially while there's no backend. There are several options to realize this:
- Progressive Web Application (PWA)
- A smartphone application
The second option can be done via Capacitor or Cordova, these things turn the site into a mobile app. In package.json you will also need to add a command to build for android (iPhones will be supported in the future).
Ideally we need to do both options, but PWA seems easier, so it's a higher priority.
I'd like to be able to write notes even offline, especially while there's no backend. There are several options to realize this:
The second option can be done via Capacitor or Cordova, these things turn the site into a mobile app. In package.json you will also need to add a command to build for android (iPhones will be supported in the future).
Ideally we need to do both options, but PWA seems easier, so it's a higher priority.