Laverna / laverna
- четверг, 14 июля 2016 г. в 03:12:16
JavaScript
Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote.
Laverna is a JavaScript note-taking web application with a Markdown editor and encryption support. It's built to be an open source alternative to Evernote.
The application stores all your notes in your browser databases such as indexedDB or localStorage, which is good for security reasons, because only you have access to them.
Demo: https://laverna.cc/ OR http://laverna.github.io/static-laverna
There are several ways to start using Laverna:
Download the latest Laverna release for your operating system. After downloading the archive, you need to unpack it. Then, in the unpacked folder you need to run an executable (laverna.exe for Windows, laverna for Linux and Mac).
$ wget https://github.com/Laverna/static-laverna/archive/gh-pages.zip -O laverna.zip
$ unzip laverna.zip
Open in your favourite browser index.html file which is located inside laverna directory.
To install, do the following:
$ git clone git@github.com:Laverna/laverna.git
$ npm install bower
$ npm install gulp
$ npm install
$ bower install
$ (cd test && bower install)
$ gulp build
Laverna uses the SJCL library implementing the AES algorithm. You can review the code at:
Published under MPL-2.0 License.
Laverna uses a lot of other libraries and each of these libraries use different licenses.