Skip to content

BricksAndPieces/paste

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Paste

A completely client side pastebin service. The contents of the paste are compressed into the URL of the paste using LZMA for compression.

Pros:

  • No need for a server
  • No data loss associated with the website going down (you can always decompress the url using another program)
  • Privacy (all client side)

Cons:

  • Long urls

Note: This paste is a version of topaz's paste with some improvements.

The paste includes CodeMirror which allows for syntax highlighting and theming similar to IDE's. This allows the paste to syntax highlight 150+ coding languages. This makes it nicer to share code snippets with this paste.

The paste url also works seamlessly in iFrame's to allow pastes to be embedded in other webpages. When in an iFrame, the paste is read only.

Examples:

This is a paste of this websites html: Paste

This is a paste of this websites js: Paste

This is a paste of this website's css: Paste

And...

This is a paste of this websites readme: Paste

Pretty cool :)

About

A client side text pasting service (similar to websites like pastebin)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published