Laverna is a JavaScript note taking web application with Markdown editor and encryption support. It's built to be an open source alternative to Evernote.
Application stores all your notes in your browser storages such as indexedDB or localStorage, which is good for security reasons, because only you can get access to them.
Demo: https://laverna.cc/ OR http://laverna.github.io/static-laverna/
- Markdown editor based on Pagedown
- Manage your notes even if you're offline
- Secure - client side encryption with [SJCL] 1 and AES algotithm.
- Synchronizing with cloud storages. At the time only with Dropbox and RemoteStorage.
- Three editing modes: distraction free, preview and normal mode
- WYSIWYG control buttons
- Syntax highlighting
- No registration required
- Web based
- Keybindings
You can use application at laverna.cc, but we encourage you to install application on your own server or machine. To install do the following:
git clone [email protected]:Laverna/laverna.git
git checkout 0.5.0
npm install && bower install
grunt build
Build Dependencies: node.js, bower, grunt.
You can change storages API keys in app/scripts/constants.js
- Hit star button on github
- Like us on alternativeto.net
- Contribute
Published under GNU GPL v.3
Also Laverna uses a lot of other libraries and each of this [libraries uses different licences] 2.