I played around with it a bit and it's still pretty far from being a true Evernote alternative.
A lot of the value in Evernote comes from its crazy powerful search and rich ecosystem. Both are currently still lacking in Paperwork.
As of yet, it does not search within PDF documents and it does use OCR to extract text from images, though both could be achieved with open source technologies such as Solr and Tesseract.
The lack of ecosystem (iOS/Android apps, desktop integration etc.) also makes sense, but the APIs are all there, so there is no stopping anyone from adding those.
It's a good start, but I feel the UX could do with some refinement. Why is there no default notebook upon signup? Why isn't there a big fat "Add a note" button on the top of the list of notes? Why do I have to explicitly press save after editing a note? And why is is soe obscure icon of a floppy disk, instead of a button with the text "Save changes" on it? Etc.
All the functionality is there, but as I see it, an app like this is all about good UX and very little about the technical features.
I edited one note and pressed "library" instead of the floppy, since there appeared some text, that said, it was autosaved .... But when I got to the library, the note was in the same condition as before the edit.
So, according this test, "auto save" does not work (correctly) IMHO.
No. People make the mistake of thinking symbols are universal. They are not. Symbols are always interpreted in the context of the user's culture. A cross in the US might mean ambulance or hospital but it means something different in Turkey. Icons are not substitutes for internationalization. Floppy disk icon might not translate well in China given that it was dead by the time computers became common in China. It probably doesn't even translate well in the US with younger users.
>The current development status is far from being worth called "version 1.0". However, if I could get you interested in this project and you feel like contributing, don't hesitate to ping me by e-mail...
You can fork the project and begin contributing...
Another dissapointment. I want personal Wiki combined with calendar (something like Zim). It should run acrosss many devices offline. And synchronize using existing network infrastructure (Git or email). I will probably have to write it by myself :-)
I've actually abandoned evernote in favor of zim wiki for almost a year now, and have been quite happy. Admittedly, I don't use pdfs, deferring more to text and basic image-style notes. (So, my requirements are admittedly simpler.) Also I haven't synched across devices (yet!) but zim can be set up to simply save the content/notes within a directory that gets auto-synched by another app (such as owncloud, dropbox, etc.)...so I would recommend you try these features of zim wiki before writing something yourself. I think if you gain some direct experience with these features will either motivate you to adjust the zim code to your liking...Or, give you experience to know what direction and specific feature set you would like to code via your own, separate project. Either way its a win for you, and the open source community!
I synchronize Zim via Git plugin. I am happy with Zim, I just would like better UI, native android, and perhaps calendar and even email integration.
I did quick search, and it actually looks feasible. Libs are available, PyQT, text file for storage, sync and storage reliability provided by Git. I even picked up name 'Lookout' :-). Now I only need the right motivation, perhaps if akonadi or k9 mail piss me off again.
I moved TO Evernote from Zim. I was using the same kind of setup you mention, a Zim directory saved in Google Drive, and synced via the official Google Drive client.
It worked ok, until my needs started going beyond simple text and images. There is a horrible issue that caused due to file locking after you make changes because the Google Drive client and Zim aren't really talking to each other at all. Every once in a while GDrive will attempt to sync exacly when you are editing the file and fail.
Evernote's clipping/reading functions of the browser extension finally won me over. Evernote also has much better UX+UI compared to Zim.
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.
I'm not the author, but I believe he's welcoming any help on taking this further. There's a neatly organized list of things to do in the Github issues.[1]
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 the negative of Evernote, while foregoing the reason why people use Evernote in the first place.
So, if you want to Paperwork to take off:
1. Implement it as an offline Chrome App with Dropbox+Google Drive sync.
2. Implement a web clipping+screenshot extension.
Paperwork doesn't use its own cloud storage. You can host it either locally or at your own server. No problem using encryption, VPN tunneling etc. here.
The fact that it's not a true cloud service could be seen as a downside. Your data is only stored at one server without failsave mechanisms. And you're responsible on your own regarding the data.
Paperwork doesn't use its own cloud storage. You can host it either locally or at your own server.
This will really limit the potential user base and really eventual growth and uptake of a service like this. When easily accessible "personal cloud" tools like Dropbox and Drive exist why not make them potential service mechanisms? On an open source service like this it seems you may want to have some sort of cloud abstraction service and let other contributors plug in separate cloud services.
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've done emacs org mode on git, and it works. I've thankfully never had to do a manual merge, I wonder what org mode thinks of git merge commentary inside the file. I imagine you'd have to drop out of org mode and into text mode to fix the merge.
I've also used a wiki as what amounts to little more than a note taking app, and it works. There are a couple wikis that can speak git as a backend store.
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.
You might like to take a look at Irmin [1], which seems like it would make it easier to get what you're after. It's also part of a larger stack that will make distributed programming a lot easier when it lands [2].
I think the better option would be APIs for desktop app(s), maybe with a stock basic functionality desktop app. Definitely not an "offline" app based on a particular web browser.
As a Firefox user I already dislike Gmail Inbox and WhatsApp (web) being Chrome only. The former has said "Chrome only for now" for quite long already.
It is actually a shame that it is based on PHP. If it was based on pure JS, there was hope to make a desktop version easily using node-webkit or something.
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.
My point in sharing these is to give some examples of kinds of humor that have gone over well here. Of course as they say, "Past performance is no guarantee of future results."
> 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.
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.
At least there it's not really any different than shipping a WPF application that's tied to Windows. It's a desktop application, people are used to desktop applications being vendor-specific. I don't like the idea of people getting used to web apps being vendor-specific though. That's not okay. We have a chance to make it right this time. If it runs on your desktop and is vendor-specific, that's a shame but that's expected. If it runs in a browser and is vendor-specific, that's setting a bad precedent that we worked for years to overcome with IE6.
Of course, that's just my personal philosophy. Everyone is different.
I have to agree. Evernote's Web Clipping feature is a feature that is very important to me. I would also really appreciate the ability to save my data (by default) some place other than Evernote's cloud.
If you would like to switch to are more capable framework it would be much easier to add some collaborative features. I recommend strongly looking at the Python Pyramid framework or at Flask (or at Django, if you want more "rails that lead you") as soon as possible, so this could grow into something really powerful. Many java frameworks also have everything you will need.
Unfortunately there are still many frameworks used nowadays, that are missing very important things around groups, ACLs / RBAC and collaboration. I do not know why, but especially in the PHP world these things seem to be looked at as some "advanced science", with a few exceptions.
Not integrating these features from the very beginning into your product will determine the long term direction of your project without you even knowing about it. This is the dangerous result of using popular, but very limited and limiting frameworks that do not support your growth.
An experienced developer will of course identify these weak points of a framework immediately, unfortunately many people still waste a lot of time with these misleading trap-frameworks, just because they are cool today.
It is important to spot at the weaknesses of these half-assed "frameworks" and clearly tag them as dangerous for serious project work. Laravel is ok for a quick and dirty prototype that helps you to model your ideas, like a brainstorming session, but should not be used for a real project. And this modelling phase should be very short, quickly moving on to the more involved engineering process that takes all aspects of a modern web app into consideration.
Hopefully it is not too late for your project to switch - it will be a very good investment of time, I promise!
It seems to me, that the project chose LAMP to make it easy for everyone slightly technical to host an instance on a shared web server.
I am the first to criticize PHP, but I would never argue, that it is only good for prototyping. Of course you can use it in production. Also I do not see why you could prototype anything beyond a contact form faster in PHP than in another language, i certainly can not.
Flask has in no way integrated RBAC, you have to use plugins for that. I do not know Laravel very well but Google told me, that there are authentication plugins to implement role-based access, too, just like you would expect from any web framework that anyone has heard of.
I think a lot of what you are saying is completely untrue. Laravel is a very capable framework for this kind of thing. PHP has come a long way since the days of PHP4, and Laravel/Symfony 2 are leading the way in that sense.
> Unfortunately there are still many frameworks used nowadays, that are missing very important things around groups, ACLs / RBAC and collaboration.
The framework doesn't give you everything, but there is a huge community out there for these kinds of things. For example, there is a package that plugs right into Laravel called Entrust: https://github.com/Zizaco/entrust.
> An experienced developer will of course identify these weak points of a framework immediately
What other weak points do you see in Laravel?
> Laravel is ok for a quick and dirty prototype that helps you to model your ideas, like a brainstorming session, but should not be used for a real project.
This seems like an extremely biased opinion again.
I am not trying to start a framework or language flamewar, but it just seems like you are more comfortable with Java or Python and as such you see those as being better. Objectively I think that is far from the truth.
After looking at the code for a second it's quite comical that you're suggesting switching framework + language as a way to speed up development, since it would entail a complete rewrite which is almost always the worst thing you can do.
OPs code also looks clean and well documented so I see no reason to make such a recommendation other than PHPhobia.
Why is an account needed for the demo??? That turned me off enough to give up. I am tired of having to create an account for everything and anything - and it makes managing passwords harder, or promotes using weaker passwords. I don't want to live in a world where each step I take on the internet requires a separate account/password!
I guess this doesn't bother me anymore. I've used Lastpass for the last 5 or 6 years. Not having strong, separate passwords for any site requiring an account, is so 2007...
My experience as well. Plus, my passwords became stronger. If I know I won't remember it anyway, why stop at 10-15 character passwords? I just crank it up to 40 characters of gibberish, and let LastPass do the remembering. I love it.
Just so you know the demo is wiped every 24 hours or so, and you don't have to confirm your email address. Just go try it out with Zibulon@Zibulon.com and give a "password" password and you're in!
I think with open source user tools (as opposed to developer tools) you are better off directing your effort to projects which already exist.
That's not to say that you can't or shouldn't try to scratch an itch. It just seems that attempting to create an alternative to Evernote is a target which is unlikely to be successful as an open source project or as a commercial project. Evernote has a budget, a full time, full-stack development team and lots of mojo. You aren't going to create a better Evernote. Instead, you should aim to create a far more powerful tool to address the target which Evernote is shooting for. That's the only way a small, scrappy dev shop with a product lacking polish is going to rattle a much larger competitor. Sure, this is open source, but it still needs to be compelling enough to grab momentum.
If you feel you don't have an answer which is much better, then perhaps throw your weight behind an existing open source project which is already kicking ass in that space. For example, Org Mode is arguably far more powerful than Evernote. There are pros and cons of each, but part of your effort could be in addressing the weaknesses of Org Mode.
As a (beginning) org-mode user I'd say a few people will never use org-mode.
As a person who works or has worked for a few companies that would never accept sending company data out to evernote I say making a better product for them shouldn't be too hard as long as you can install it locally. ("old" OneNote 2010 is brilliant here, but the new one insist on logging into the cloud. Fortunately the old one is more than good enough for now although I have a few things I'd really love to see. )
Right, but OrgMode is not addressing the same problem. Personally I really need the cloud access and HTML formatting for my note software, and OrgMode is designed to be text-based and will not (ever) accept such feature requests.
How is this different than Wallabag? (http://wallabag.org/) Wallabag is mature, has mobile apps, self hosted or on their servers and allows you to export stuff as PDF, epub or json.
I'm not seeing that they're claiming to be better than anything, just a, "self-hosted alternative to services like Evernote (R), Microsoft OneNote (R) or Google Keep (R)."
I lost confidence in Wallabag when I encountered a bug with the long lasting session. Everytime I want to save a site, I click the plugin icon, have to login, reopen the site I want to save and click the icon again. The bug is several months old and the developers are unable to track it down. It's very worrisome when something as important as authentication isn't properly understood by the developers.
sandstorm looks really interesting! Does this provide a global authentication- / rights- / group-management api so all apps could share access rights and user credentials in one database (or ldap store)?
I don't know the current status but these are things that are core to sandstorm. I'd check their discussion board and maybe ask if you want a clear answer. They're a pretty serious bunch.
I've been thinking about something like this for a long time! But mainly focused on security and privacy features! This one looks good as a starting point!
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.
I think a very simple step that could be taken to improve adoption would be making it more obvious that you don't need an email to try the demo. I would mention it right on the demo "Signup" page.
Judging by some of the comments here, something that simple would likely get more people to try it.
I am not familiar with Evernote and the other tools -- but when I try to test Paperwork, I got stuck:
How can I create a note? When I press "New note" simply nothing happens. I can take no notes, add no documents -- nothing. Just two big white areas that are plainly saying and doing nothing.
Ok, I found the problem: When I use "German" interface language, it does not work. With English interface language there comes a new dialog. Guess, this is a bug.
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 basically what got me using it. I could launch the app, type in "Phil", and get Phils contact details from a business card I scanned in previously. I even used it a few times to save maps and a travel itineracy to my phone for conferences I attended. As the marketing put it, it was like a reliable "second brain". I don't think any of the alternatives I have tried have nailed this at all.
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.
136 comments
[ 3.5 ms ] story [ 196 ms ] threadI love Evernote. Since they are very slow and expensive, a real competitor would be great for them.
I played around with it a bit and it's still pretty far from being a true Evernote alternative.
A lot of the value in Evernote comes from its crazy powerful search and rich ecosystem. Both are currently still lacking in Paperwork.
As of yet, it does not search within PDF documents and it does use OCR to extract text from images, though both could be achieved with open source technologies such as Solr and Tesseract.
The lack of ecosystem (iOS/Android apps, desktop integration etc.) also makes sense, but the APIs are all there, so there is no stopping anyone from adding those.
All the functionality is there, but as I see it, an app like this is all about good UX and very little about the technical features.
I edited one note and pressed "library" instead of the floppy, since there appeared some text, that said, it was autosaved .... But when I got to the library, the note was in the same condition as before the edit.
So, according this test, "auto save" does not work (correctly) IMHO.
If you've ever tried to use a computer in a foreign country, you'll realise why icons are an extremely good idea.
I agree the floppy disk symbol is dated though, as is having to save a file.
>The current development status is far from being worth called "version 1.0". However, if I could get you interested in this project and you feel like contributing, don't hesitate to ping me by e-mail...
You can fork the project and begin contributing...
Could you please share the roadmap? When is the support for desktop clients planned?
When can evernote documents be migrated?
Will check this out!
I did quick search, and it actually looks feasible. Libs are available, PyQT, text file for storage, sync and storage reliability provided by Git. I even picked up name 'Lookout' :-). Now I only need the right motivation, perhaps if akonadi or k9 mail piss me off again.
It worked ok, until my needs started going beyond simple text and images. There is a horrible issue that caused due to file locking after you make changes because the Google Drive client and Zim aren't really talking to each other at all. Every once in a while GDrive will attempt to sync exacly when you are editing the file and fail.
Evernote's clipping/reading functions of the browser extension finally won me over. Evernote also has much better UX+UI compared to Zim.
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.
See also his request for help on HN.[2]
[1] https://github.com/twostairs/paperwork/issues
[2] https://news.ycombinator.com/item?id=8942823
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 the negative of Evernote, while foregoing the reason why people use Evernote in the first place.
So, if you want to Paperwork to take off:
1. Implement it as an offline Chrome App with Dropbox+Google Drive sync. 2. Implement a web clipping+screenshot extension.
The fact that it's not a true cloud service could be seen as a downside. Your data is only stored at one server without failsave mechanisms. And you're responsible on your own regarding the data.
This will really limit the potential user base and really eventual growth and uptake of a service like this. When easily accessible "personal cloud" tools like Dropbox and Drive exist why not make them potential service mechanisms? On an open source service like this it seems you may want to have some sort of cloud abstraction service and let other contributors plug in separate cloud services.
(having Condoleezza Rice on the board is just _one_ obvious reason not to trust them)
Proper personal clouds may be on the horizon when you don't have to become a sysadmin to run one. FWIW, I'm working towards this - http://nymote.org/blog/2013/introducing-nymote/
I've also used a wiki as what amounts to little more than a note taking app, and it works. There are a couple wikis that can speak git as a backend store.
[1] http://openmirage.org/blog/introducing-irmin
[2] http://nymote.org/blog/2015/brewing-miso-to-serve-nymote/
https://magpie-notes.readthedocs.org/en/latest/
Is there a rationale for paperwork not doing this? I'd like to hear it.
As a Firefox user I already dislike Gmail Inbox and WhatsApp (web) being Chrome only. The former has said "Chrome only for now" for quite long already.
Some of my highest-voted comments have been pure humor. A few examples, with parent comments included for context:
https://news.ycombinator.com/item?id=8690893 (86 points, and 24 for the followup comment)
https://news.ycombinator.com/item?id=6447007 (43 points)
Even this silly one-liner got 23 points:
https://news.ycombinator.com/item?id=7863205
That one won't make sense out of context, so here's the article it refers to:
http://www.newstatesman.com/business/2014/06/bizarre-secret-...
My point in sharing these is to give some examples of kinds of humor that have gone over well here. Of course as they say, "Past performance is no guarantee of future results."
They recommend mysql (especially for bigger systems), but not a requirement.
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.
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.
Of course, that's just my personal philosophy. Everyone is different.
Related: Are there any decent WebDAV servers out there? I don't see any recent development being done on any.
And Box is using WebDav too: https://support.box.com/hc/en-us/articles/200519748-Does-Box...
If you would like to switch to are more capable framework it would be much easier to add some collaborative features. I recommend strongly looking at the Python Pyramid framework or at Flask (or at Django, if you want more "rails that lead you") as soon as possible, so this could grow into something really powerful. Many java frameworks also have everything you will need.
Unfortunately there are still many frameworks used nowadays, that are missing very important things around groups, ACLs / RBAC and collaboration. I do not know why, but especially in the PHP world these things seem to be looked at as some "advanced science", with a few exceptions.
Not integrating these features from the very beginning into your product will determine the long term direction of your project without you even knowing about it. This is the dangerous result of using popular, but very limited and limiting frameworks that do not support your growth.
An experienced developer will of course identify these weak points of a framework immediately, unfortunately many people still waste a lot of time with these misleading trap-frameworks, just because they are cool today.
It is important to spot at the weaknesses of these half-assed "frameworks" and clearly tag them as dangerous for serious project work. Laravel is ok for a quick and dirty prototype that helps you to model your ideas, like a brainstorming session, but should not be used for a real project. And this modelling phase should be very short, quickly moving on to the more involved engineering process that takes all aspects of a modern web app into consideration.
Hopefully it is not too late for your project to switch - it will be a very good investment of time, I promise!
I am the first to criticize PHP, but I would never argue, that it is only good for prototyping. Of course you can use it in production. Also I do not see why you could prototype anything beyond a contact form faster in PHP than in another language, i certainly can not.
Flask has in no way integrated RBAC, you have to use plugins for that. I do not know Laravel very well but Google told me, that there are authentication plugins to implement role-based access, too, just like you would expect from any web framework that anyone has heard of.
> Unfortunately there are still many frameworks used nowadays, that are missing very important things around groups, ACLs / RBAC and collaboration.
The framework doesn't give you everything, but there is a huge community out there for these kinds of things. For example, there is a package that plugs right into Laravel called Entrust: https://github.com/Zizaco/entrust.
> An experienced developer will of course identify these weak points of a framework immediately
What other weak points do you see in Laravel?
> Laravel is ok for a quick and dirty prototype that helps you to model your ideas, like a brainstorming session, but should not be used for a real project.
This seems like an extremely biased opinion again.
I am not trying to start a framework or language flamewar, but it just seems like you are more comfortable with Java or Python and as such you see those as being better. Objectively I think that is far from the truth.
OPs code also looks clean and well documented so I see no reason to make such a recommendation other than PHPhobia.
Unless you hook it up to a cloud service, it's more or less dependent on your local browser storage which is easily lost.
That's not to say that you can't or shouldn't try to scratch an itch. It just seems that attempting to create an alternative to Evernote is a target which is unlikely to be successful as an open source project or as a commercial project. Evernote has a budget, a full time, full-stack development team and lots of mojo. You aren't going to create a better Evernote. Instead, you should aim to create a far more powerful tool to address the target which Evernote is shooting for. That's the only way a small, scrappy dev shop with a product lacking polish is going to rattle a much larger competitor. Sure, this is open source, but it still needs to be compelling enough to grab momentum.
If you feel you don't have an answer which is much better, then perhaps throw your weight behind an existing open source project which is already kicking ass in that space. For example, Org Mode is arguably far more powerful than Evernote. There are pros and cons of each, but part of your effort could be in addressing the weaknesses of Org Mode.
As a person who works or has worked for a few companies that would never accept sending company data out to evernote I say making a better product for them shouldn't be too hard as long as you can install it locally. ("old" OneNote 2010 is brilliant here, but the new one insist on logging into the cloud. Fortunately the old one is more than good enough for now although I have a few things I'd really love to see. )
Are you a contributor to Wallabag?
http://nevernote.sourceforge.net/
Judging by some of the comments here, something that simple would likely get more people to try it.
How can I create a note? When I press "New note" simply nothing happens. I can take no notes, add no documents -- nothing. Just two big white areas that are plainly saying and doing nothing.
Ok, I found the problem: When I use "German" interface language, it does not work. With English interface language there comes a new dialog. Guess, this is a bug.
https://devcenter.heroku.com/articles/heroku-button
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 basically what got me using it. I could launch the app, type in "Phil", and get Phils contact details from a business card I scanned in previously. I even used it a few times to save maps and a travel itineracy to my phone for conferences I attended. As the marketing put it, it was like a reliable "second brain". I don't think any of the alternatives I have tried have nailed this at all.
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.