
Hippo Notes
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
An open source client for Evernote. Evernote is a suite of software and services, designed for notetaking and archiving. A "note" can be a piece of formatted text, a full webpage or webpage excerpt, a photograph, a voice memo, or a handwritten "ink" note. Notes can also have file attachments. Notes can be sorted into folders, then tagged, annotated, edited, given comments, searched, and exported as part of a notebook.
The application currently support:
Synchronization with Evernote servers
Local data caching
Embbeded PDF documents prieview with poppler
Note printing and export to PDF, html or text file.
Requirements
For Qt4 builds:
libqt4 >= 4.8
poppler-qt4
libhunspell
For Qt5 builds:
libqt5 >= 5.3
poppler-qt5
libhunspell
Build
$ git clone --recursive https://github.com/Vytax/hippo.git
$ cd hippo
$ qmake
$ make
Please login or register to add a comment or rating