Live data from Hacker News

Paperwork: An open source Evernote alternative

paperwork.rocks

91–100 of 137 posts

Re: Paperwork: An open source Evernote alternative

#91
post #23

Another nice, open source and very simple note taking web app is http://laverna.cc/

> we are using IndexedDB and localStorage

Unless you hook it up to a cloud service, it's more or less dependent on your local browser storage which is easily lost.

Re: Paperwork: An open source Evernote alternative

#92
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.

Re: Paperwork: An open source Evernote alternative

#94

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…

Yeah, as NixNote user, I wouldn't mind switching away from Evernote as a back end. But a web-only UI is a blocker for me.

Re: Paperwork: An open source Evernote alternative

#95
post #60

I've been looking at a good document management/note-taking app, to use in legal work, and I've found it surprisingly difficult. My needs are simple: 1) Rich-text notetaking; 2) DOCX/PDF markup, ideally with annotation extraction; 3) indexing and search of DOCX/PDF with preview; 4) drag & drop desktop integration; 5) mac + pc. The cloud-only solutions are right-out. Evernote comes pretty close to hitting all the poin…

I am starting to think that those kind of features should be integrated with the OS. So many cloud style apps are just irrelevant because they sit in their own ecosystem that excludes how most businesses actually organise things (with files on shared drives). I should be able to annotate things with the same set of tools and have the OS intermediate.

Re: Paperwork: An open source Evernote alternative

#96
post #23

Another nice, open source and very simple note taking web app is http://laverna.cc/

> we are using IndexedDB and localStorage Unless you hook it up to a cloud service, it's more or less dependent on your local browser storage which is easily lost.

"Synchronizes with cloud storage services (at this time only Dropbox and RemoteStorage are supported)"

Re: Paperwork: An open source Evernote alternative

#97

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…

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.

I can't begin to imagine why someone would build a note-taking app that wasn't build on a standard version control system such as mercurial or git.

Is there a rationale for paperwork not doing this? I'd like to hear it.

Re: Paperwork: An open source Evernote alternative

#98

Earlier 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.

Magpie, which I think was on HN a few weeks back, is an attempt at precisely this. https://magpie-notes.readthedocs.org/en/latest/

I must have missed it a few weeks back, but thanks for mentioning this because it's just what I need!

Re: Paperwork: An open source Evernote alternative

#100
post #79

Earlier quoted context omitted.

> 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. I hate this trend towards supporting only one or another kind of proprietary service.[1] What is wrong with WebDAV? That way, you can use a cloud hosting provider, or self-host. [1] I'm looking at you Scrivener.

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.

Post reply on HN