Y
Hacker News
new
|
ask
|
show
|
jobs
by
harperlee
3202 days ago
One use case would be to be able to have everything available offline. I don't know if this is supported with this app though, but the main reason Trello is not my main goto software for personal management is that one.
1 comments
simonswords82
3202 days ago
No it uses Electron which is basically a wrapper for web apps. So no offline mode.
link
realityking
3198 days ago
Being an Electron app doesn't preclude an app from working offline. You can ship all the code with the app bundle.
Still need to design your application to sync data - that's the hard part.
link