I've basically been coding mad and heads down for 2 months building it. I think we will have a release candidate in another week or so...
My hope / goal is to make a BETTER Evernote that's open source and lasts 20-30 years.
We have some AMAZING Open Source apps like VLC that just seem to last the test of time.
I think we deserve better!
One of the other things I wanted was something that was inherently hackable with a plugin API. The data is stored on disk and persisted via JSON so it's easy for write 3rd party apps that use the data.
It also works with git, dropbox, etc if you want cloud sync. I'm probably going to build in native cloud sync though and probably use Amazon Appsync since it supports offline sync easily.
https://getpolarized.io/
I've basically been coding mad and heads down for 2 months building it. I think we will have a release candidate in another week or so...
My hope / goal is to make a BETTER Evernote that's open source and lasts 20-30 years.
We have some AMAZING Open Source apps like VLC that just seem to last the test of time.
I think we deserve better!
One of the other things I wanted was something that was inherently hackable with a plugin API. The data is stored on disk and persisted via JSON so it's easy for write 3rd party apps that use the data.
It also works with git, dropbox, etc if you want cloud sync. I'm probably going to build in native cloud sync though and probably use Amazon Appsync since it supports offline sync easily.