Browse Source

improving landing page

master
Christian Mueller 12 years ago
parent
commit
3d3ed07e0d
  1. 13
      LANDING.md

13
LANDING.md

@ -1,16 +1,12 @@ @@ -1,16 +1,12 @@
## Features
- **Color Themes**: specify the color scheme by appending the corresponding parameter to the URL:
- [Dark](/2014/3/31/demo-note?theme=dark)
- [Solarized-Dark](/2014/3/31/demo-note?theme=solarized-dark)
- [Solarized-Light](/2014/3/31/demo-note?theme=solarized-light)
- **Fonts**: specify a font (also one of the [Google Web Fonts](http://www.google.com/webfonts/)) for headers and for the text by appending parameters to the note [URL](/8m4l9).
- **Color Themes**: specify the color scheme in the URL: [default](/2014/3/31/demo-note), [dark](/2014/3/31/demo-note?theme=dark), [solarized](/2014/3/31/demo-note?theme=solarized-light), [solarized dark](/2014/3/31/demo-note?theme=solarized-dark).
- **Fonts**: specify a font (e.g., [Google Web Fonts](http://www.google.com/webfonts/)) for headers and boy text in the URL like [this](/8m4l9) or [this](/2014/3/31/demo-note?text-font=Helvetica&header-font=Courier).
- **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).
- **Statistics**: page view counter, publishing and editing date.
- **Expiration**: all notes with less than 30 views after the first 30 days will expire.
- **Export**: the original markdown content can be displayed in plain text format.
- **API**: Integrate the publishing functionality into your editor using the official [NoteHub API](/api).
- **Expiration**: all notes with less than 30 views after the first 30 days will expire.
## Changelog
- March 2014: all notes with __less than 30 views after the first 30 days__ will expire.
@ -19,4 +15,3 @@ @@ -19,4 +15,3 @@
- Mobile friendly styling added.
- NoteHub API [introduced](/api).
- NoteHub 2.0 released: new theme, better performance, extended markdown.
- 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-dark)).

Loading…
Cancel
Save