3 changed files with 106 additions and 88 deletions
@ -0,0 +1,19 @@
@@ -0,0 +1,19 @@
|
||||
## News |
||||
|
||||
- January 2014: NoteHub made more lightweight by dropping of CSS generation & ClojureScript usage |
||||
- September 2013: Solarized color theme [added](https://github.com/chmllr/NoteHub/pull/4) (thanks Brandon!) ([Demo](http://notehub.org/2012/6/16/how-notehub-is-built?theme=solarized)) |
||||
|
||||
## About |
||||
[NoteHub](http://notehub.org) is a free and hassle-free anonymous pastebin for markdown pages, intended for anonymous one-off publishing. |
||||
|
||||
Send your feedback and comments directly to [@gravitydenier](http://twitter.com/gravitydenier) or open an [issue](https://github.com/gravitydenier/NoteHub/issues) on GitHub. |
||||
|
||||
## Features |
||||
- **Color Themes**: specify the color scheme by appending the corresponding parameter to the URL: |
||||
- [Dark](http://notehub.org/2012/6/16/how-notehub-is-built?theme=dark) |
||||
- [Solarized](http://notehub.org/2012/6/16/how-notehub-is-built?theme=solarized) |
||||
- **Fonts**: select a [Google Web Font](http://www.google.com/webfonts/) for headers and for the text by appending parameters to the note [URL](http://notehub.org/2012/6/16/how-notehub-is-built?header-font=Chau+Philomene+One&text-font=Alegreya+Sans+SC). |
||||
- **Short URLs**: every page (including theme & font options) has its own short url. |
||||
- **Editing**: if you set a password during publishing, you can edit your note any time later. |
||||
- **Statistics**: a rudimentary statistics available (date of publishing & view counter). |
||||
- **Export**: the original markdown content can be displayed in plain text format. |
||||
Loading…
Reference in new issue