Good stuff. This would be a nice project to have running on Sandstorm http://sandstorm.io
Paperwork: An open source Evernote alternative
41–50 of 137 posts
Re: Paperwork: An open source Evernote alternative
#42Another 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…
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.
Re: Paperwork: An open source Evernote alternative
#43I'm surprised to see that NeverNote hasn't been mentioned yet. http://nevernote.sourceforge.net/
Re: Paperwork: An open source Evernote alternative
#44How 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.
Re: Paperwork: An open source Evernote alternative
#45Why 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!
Re: Paperwork: An open source Evernote alternative
#46Re: Paperwork: An open source Evernote alternative
#47Re: Paperwork: An open source Evernote alternative
#48Why 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...
Re: Paperwork: An open source Evernote alternative
#49Re: Paperwork: An open source Evernote alternative
#50Very good initiative, thank you very much! 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. Un…
> 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.