Giter Club home page Giter Club logo

laverna's Introduction

Laverna - note taking web app

Join the chat at https://gitter.im/Laverna/laverna

Build Status devDependency Status Code Climate

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

Features


  • Markdown editor based on Pagedown
  • Manage your notes, even when you're offline
  • Secure client-side encryption
  • Synchronizes with cloud storage services (currently only with Dropbox and RemoteStorage)
  • Three editing modes: distraction free, preview, and normal mode
  • WYSIWYG control buttons
  • MathJax support
  • Syntax highlighting
  • No registration required
  • Web based
  • Keybindings

Installation


There are several ways to start using Laverna:

  1. Open laverna.cc and start using it. No extra steps are needed.
  2. Use a desktop app.
  3. Use a prebuilt version from Laverna/static-laverna repository.
  4. Build it from the source code.

Desktop app installation


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).

Installation of a prebuilt version


1. Download

$ wget https://github.com/Laverna/static-laverna/archive/gh-pages.zip -O laverna.zip

2. Unpack the downloaded archive

$ unzip laverna.zip

3. Open index.html in a browser

Open in your favourite browser index.html file which is located inside laverna directory.

Installation from source


To install, do the following:

1. Clone repository:

$ git clone [email protected]:Laverna/laverna.git

2. Ensure you have the node.js platform installed. See OS-specific instructions on their website.

3. Ensure you have the bower and gulp packages installed:

$ npm install bower
$ npm install gulp

4. Install Laverna's dependencies:

$ npm install
$ bower install
$ (cd test && bower install)

5. Build minified version of Laverna:

$ gulp build

Support


Donation:


Security


Laverna uses the [SJCL] 1 library implementing the AES algorithm. You can review the code at:

License


Published under MPL-2.0 License.

Laverna uses a lot of other libraries and each of these libraries use different licenses.

laverna's People

Contributors

ale46 avatar asalthobaity avatar bnjbvr avatar bnvk avatar brian-heumann avatar cenau avatar clupprich avatar come-maiz avatar dvorakdavid avatar eloquentzebra avatar gregaou avatar jwill avatar kdby-io avatar konanmentor avatar leandrocrs avatar lucasmezencio avatar mastergroosha avatar mhor avatar pc-fan avatar rantanen avatar rcmc2 avatar sandeeppinge avatar ujdhesa avatar umanovskis avatar unhammer avatar wislon avatar wwebfor avatar wwwredfish avatar zuphilip avatar zweicoder avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.