Coder Social home page Coder Social logo

gutalean / laverna Goto Github PK

View Code? Open in Web Editor NEW

This project forked from laverna/laverna

0.0 1.0 0.0 4.17 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: GNU General Public License v3.0

JavaScript 66.54% ApacheConf 6.17% HTML 10.07% CSS 17.23%

laverna's Introduction

Laverna - note taking web app

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 local storage spaces 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 (at this time only Dropbox and RemoteStorage are supported)
  • Three editing modes: distraction free, preview, and normal mode
  • WYSIWYG control buttons
  • MathJax support
  • Syntax highlighting
  • No registration required
  • Web based
  • Keybindings

Installation


You can use the application at laverna.cc, but we encourage you to install it on your own server or machine.

You can download the minified version of Laverna app from Laverna/static-laverna repository if you don't want to build it yourself:

$ git clone -b gh-pages https://github.com/Laverna/static-laverna

Installation from source


To install, do the following:

1. Clone repository:

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

2. Switch to stable version:

Please, make sure that you switched to 0.6.2 release. Master branch is not stable yet. You will have to remove grunt-phantomcss from package.json for npm install to execute successfully. See issue #265.

$ git checkout 0.6.2

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

4. Ensure you have the bower and grunt packages installed:

$ npm install bower
$ npm install grunt
$ npm install grunt-cli

5. Install Laverna's dependencies:

$ npm install && bower install

6. Build minified version of Laverna:

$ grunt build

You can change the storage API keys in app/scripts/constants.js

Support


  1. Hit star button on github
  2. Like us on alternativeto.net
  3. Contribute

Tips:

Fund us on Gittip

Bitcoin

Security


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

License


Published under GNU GPL v.3

Laverna uses a lot of other libraries and each of these [libraries uses different licenses] 2.

laverna's People

Contributors

wwebfor avatar wwwredfish avatar sandeeppinge avatar wislon avatar brian-heumann avatar rcmc2 avatar gregaou 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 tobysoby avatar bricewge avatar canerbasaran avatar

Watchers

 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.