Giter Site home page Giter Site logo

gbraad / laverna Goto Github PK

View Code? Open in Web Editor NEW

This project forked from laverna/laverna

0.0 3.0 0.0 4.26 MB

Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote.

Home Page: https://laverna.cc/index.html

License: Mozilla Public License 2.0

JavaScript 76.84% CSS 10.89% ApacheConf 3.60% HTML 8.67%

laverna's Introduction

Laverna - note taking web app

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

wwebfor avatar wwwredfish avatar sandeeppinge avatar zweicoder avatar wislon avatar brian-heumann avatar rcmc2 avatar gregaou avatar rantanen avatar leandrocrs avatar unhammer avatar come-maiz avatar lucasmezencio avatar zuphilip avatar eloquentzebra avatar pc-fan avatar ale46 avatar konanmentor avatar bnvk avatar clupprich avatar cenau avatar jwill avatar mastergroosha avatar mhor avatar atmosx avatar 12foo avatar putdeksel avatar enigmacurry avatar kologicdev avatar syzn avatar

Watchers

Gerard Braad avatar James Cloos 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.