As other's have mentioned, the WebUI is a major no-no. Evernote's strength lies in its Desktop application and very useful clipping service. The fact that Evernote uses its own cloud storage instead of say an encrypted folder in Google Drive/Dropbox etc is a negative of the service. Sync is required but implemented in the most undesirable way in Evernote currently. Paperwork is promising, but seems to have replicated…
Paperwork: An open source Evernote alternative
131–137 of 137 posts
Re: Paperwork: An open source Evernote alternative
#132Re: Paperwork: An open source Evernote alternative
#133Earlier quoted context omitted.
That makes me think, has anyone tried to build a note taking app based on git? A tricky part for this kind of app is networking and synchronization of notes, and that's all taken care of by git. The "only" thing left would be to implement the mobile and desktop front ends.
Better yet -- CouchDB and PouchDB. You can use PouchDB for the browser side, CouchDB for the server, and Couchbase Mobile for the eventual mobile apps. Pros: offline and online; natural fit for document management; git-like revision and conflict management; simple to set up replication for backup. Cons: it's fallen out of favor; nobody seems to like writing the mapreduce code for searching and views.
Re: Paperwork: An open source Evernote alternative
#134Previously I found
https://github.com/grena/gruik Demo http://gruik.io/
https://github.com/shubik22/BetterNote Which clones the Evernote UI, demo http://www.betternote.us/
Re: Paperwork: An open source Evernote alternative
#135Earlier quoted context omitted.
a desktop app built with node-webkit would be better than a browser-specific app
How? All you're proposing is replacing one dependency with another.
Of course, that's just my personal philosophy. Everyone is different.
Re: Paperwork: An open source Evernote alternative
#136Re: Paperwork: An open source Evernote alternative
#137As other's have mentioned, the WebUI is a major no-no. Evernote's strength lies in its Desktop application and very useful clipping service. The fact that Evernote uses its own cloud storage instead of say an encrypted folder in Google Drive/Dropbox etc is a negative of the service. Sync is required but implemented in the most undesirable way in Evernote currently. Paperwork is promising, but seems to have replicated…
Is there an open source and self hosting cloud that apps like this can build on. I know Own Cloud exists but is it app-friendly. This requires a mysql db - yuck.
They recommend mysql (especially for bigger systems), but not a requirement.