Live data from Hacker News

Paperwork: An open source Evernote alternative

paperwork.rocks

101–110 of 137 posts

Re: Paperwork: An open source Evernote alternative

#101

I dream of a future where there is a standard rest interface for cloud file storage, that somebody will put an API in front of any non-compliant services, and that applications can talk to any datastore with minimal hacking. This has been done before with, eg ODBC.

Not what you're asking for, but a friend is working on something similar: https://www.seedrs.com/startups/combicloud

Re: Paperwork: An open source Evernote alternative

#102

I dream of a future where there is a standard rest interface for cloud file storage, that somebody will put an API in front of any non-compliant services, and that applications can talk to any datastore with minimal hacking. This has been done before with, eg ODBC.

Here's some projects you should check out:

* RemoteStorage.js[1] (they plan on adding support for Dropbox, Drive, etc.)

* CloudRail[2] (nonfree source)

* CloudDock[3] (proxy service)

* byoFS.js[4] (encrypted cloud storage, I maintain this)

[1]: https://github.com/remotestorage/remotestorage.js

[2]: http://cloudrail.com/

[3]: http://clouddock.co/

[4]: https://github.com/diafygi/byoFS

Re: Paperwork: An open source Evernote alternative

#103
post #47

There's also Simplenote. I can recommend it. It's pretty cool, it's just plaintext, and it just works. I migrated to it after I got sick of the formatting in Evernote getting screwed up and sync issues causing data loss.

* You can't really compare a simple plaintext note taker to Evernote. * The Simplenote sync is very unreliable. I lost content numerous times. For plaintext notes I now use nvALT on OSX and Writeily Pro on Android with files being synced via Bittorrent Sync.

Re: Paperwork: An open source Evernote alternative

#104

Interesting, I am curious if this can be used by psychiatrist / psychologist who need to take patient notes. Notes need to shared between psychiatrist / psychologist / social worker. Typically a patient needs all three. Also the notes would need to be secure (hipaa) compliant. I wonder how much work would be needed to build a MVP using paperwork as a start.

My company iCouch has what you're talking about in the new version we're launching Feb 6. However, we are HIPAA as well as HITECH compliant. The HIPPA compliance is a bit with the code, but more in how your infrastructure is organized and your policies in place. One of our (almost) competitors TherapyNotes does almost exactly what you're describing. I say almost not to disparage but because notes are their core business, while for us, notes are just one feature of the platform.

If you want to chat more email me at brian at iCouch.me. I'd be glad to share some knowledge about the space if you want.

Re: Paperwork: An open source Evernote alternative

#105
post #71
post #59

I ditched evernote after I lost my data twice. Sadly I have yet to find a solution which I feel would be an adequate replacement. Even Paperwork is far from it. Either the proposed alternative is even buggier than evernote, or it doesn't implement the full featureset I need. I kind of feel that for me the pinnacle of Evernote was version 3. The lure of being able to dump any information into it and sort it later was…

How did you lose your data twice?

I only lost my data once but that was enough. My note got stuck in a sync conflict (even visible in the logs).

Support told me to save my note before moving to another device ... I guess I was the first user to forget that. They never apologized for their bug and I was a paid user back then.

Re: Paperwork: An open source Evernote alternative

#106

Earlier quoted context omitted.

And another proprietary service ("make it an offline Chrome app"). It's the web, why would I want to be locked to a single vendor?

It is the path of least resistance to get to a 'Desktop' experience. And please, what are the alternatives? Firefox ? I'm sorry, but Firefox lost relevance a couple of years ago now. Firefox is ethically the best , but it sucks in implementation. Firefox is now the broccoli of the web, stale broccoli at that.

ActiveX is pretty cool, and gives you a "desktop" experience. You should look into it if you like letting one corporation lock you into their proprietary version of the web.

Re: Paperwork: An open source Evernote alternative

#107

Earlier quoted context omitted.

And another proprietary service ("make it an offline Chrome app"). It's the web, why would I want to be locked to a single vendor?

It is the path of least resistance to get to a 'Desktop' experience. And please, what are the alternatives? Firefox ? I'm sorry, but Firefox lost relevance a couple of years ago now. Firefox is ethically the best , but it sucks in implementation. Firefox is now the broccoli of the web, stale broccoli at that.

a desktop app built with node-webkit would be better than a browser-specific app

Re: Paperwork: An open source Evernote alternative

#108
Nice beginning!

I agree with everyone that the UX needs some clean-up (default notebook created automatically, large Add Note button, etc.), however, there is one functionality that Evernote removed a long time ago, and I'm still searching for an alternative, and this new app also doesn't support it.

The feature to create unlimited child notes. It used to be that you could have a tree structure with a parent note, then a few child notes, then a child of those child notes, etc., but last I checked, there's only one layer of depth. Only one child note can be created for each notebook and you can't set that child to be the parent of another note. I love all the other features, such as tagging, clipping, etc., but this was a killer feature that I haven't found anywhere else.

Do any of you know an alternative app that has this feature in a note-taking application?

Re: Paperwork: An open source Evernote alternative

#109

Nice beginning! I agree with everyone that the UX needs some clean-up (default notebook created automatically, large Add Note button, etc.), however, there is one functionality that Evernote removed a long time ago, and I'm still searching for an alternative, and this new app also doesn't support it. The feature to create unlimited child notes. It used to be that you could have a tree structure with a parent note, th…

Workflowy is basically a exactly this: a tree of nested items. It's more bullet-point style but works for quite well for me.

https://workflowy.com/

Re: Paperwork: An open source Evernote alternative

#110
post #84

Earlier quoted context omitted.

Simplenote is not open source.

But the API is entirely open, so you can use an open source client.

But for any meaningful kind of data freedom you have to own the server, not just the client.
Post reply on HN