Coder Social home page Coder Social logo

alfg / jot Goto Github PK

View Code? Open in Web Editor NEW
36.0 6.0 6.0 66 KB

:pencil: A server-less pastebin app for short messages. Data is stored within the URL.

Home Page: http://alfg.github.io/jot

License: MIT License

CSS 45.39% JavaScript 47.96% HTML 6.65%
jot pastebin javascript nodejs node notes

jot's Introduction

Jot

A server-less pastebin-esque note-taking app.

Demo: http://alfg.github.io/jot

Features

  • A simple, elegant design
  • Retains formatting of messages
  • Data is base64 encoded into the URL hash, so no data is stored on a server
  • Easy to share via encoded URL
  • Simple to deploy. Just a few static files.
  • Add a secret key with encryption support via Blowfish

Notes

  • Most modern browsers limit the URL to 2000 characters. Messages can easily generate a long URL depending on the content. So it is best to keep messages minimal (TODO lists, short snippets of code, etc...).
  • Use a URL shortening service to shorten the URL when sharing. Jot URLs can typically be very long depending on the content.

Examples

http://alfg.github.io/jot/#eTWF5IHRoZSBzb3VyY2UgYmUgd2l0aCB5b3Uu http://alfg.github.io/jot/#eVGhlIGtleSB0byBoYXBwaW5lc3M6CgoqIEVhdAoqIFNsZWVwCiogQ29kZQ== http://alfg.github.io/jot/#btU/VJBS+XgS/Qjs6YPI7lRVCUSA1E/OxMDm1z+ZC9R8 (key is foobar)

License

jot is open-source under the MIT License.

jot's People

Contributors

alfg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

jot's Issues

Blowfish representation:hex to base64

Currently an encrypted message takes up twice the numbre of chars as an unencrypted message, due to the hex representation of the former versus base64 for the latter. In order to save some chars, it'd be nice to convert the hex to base64 and back.

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.