Giter Club home page Giter Club logo

offlinenotepad's Introduction

offlinenotepad

https://offlinenotepad.com

offlinenotepad is an open-source offline note taking app. It is a browser-based offline-first notepad that securely syncs across your devices - including smartphones, laptops, and chromebooks. Ideally, its a minimalist note-writing experience that can be accessed anywhere, anytime.

Offline-first. All information is stored as encrypted data in the browser. Saving, editing, viewing, and searching are all done on the client.

Secure. offlinenotepad uses AES with the PBE algorithm (PBKDF2) with the crypto-js library to encrypt data on the client and the server.

Minimal. This offline notepad aims to do as much as possible with as little as possible.

Publish. Any page can be "published" so that is accessible by anyone with a simple random link, like offlinenotepad.com/50e5791a. The raw data can easily be easily cURLed by adding /raw to the end, e.g. offlinenotepad.com/50e5791a/raw.

Code. If the title of any document contains a period (".") then it will force the editor to be monospace and it will show the plain text in the viewer instead of transformed Markdown to HTML.

This writing tool is largely based of its predecessors: cowyo and rwtxt.com (both also available on Github).

Install

To run your own server for backing up notes you can simply install with Go.

$ git clone https://github.com/schollz/offlinenotepad
$ cd offlinenotepad
$ go build -v

And then you can run


$ ./offlinenotepad

Log into localhost:8251 to see the site.

Acknowledgements

I took a lot of help from @GoogleChromeLabs with their airhorn.

License

MIT

offlinenotepad's People

Contributors

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