A pastebin for markdown pages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Christian Mueller 1ba3b408d5 bugfix: ui caching disabled short urls 12 years ago
resources/public bugfix: pass only known parameters to the url 12 years ago
src/notehub bugfix: ui caching disabled short urls 12 years ago
test/notehub/test bugfix: ui caching disabled short urls 12 years ago
.gitignore tests extended 12 years ago
API.md typos 12 years ago
LANDING.md bugfix: ui caching disabled short urls 12 years ago
Makefile all note routes activated 12 years ago
Procfile Procfile fixed 12 years ago
README.md README extended 12 years ago
messages landing page improved 12 years ago
project.clj LRU cache for note pages added 12 years ago
settings workaround for carmine's problem added 12 years ago

README.md

About

NoteHub is a free and hassle-free pastebin for one-off markdown publishing.

NoteHub was an one-app-one-language experiment and is was initially implemented entirely in Clojure (ClojureScript). NoteHub's persistence layer is based on the key-value store redis. Currently, NoteHub is hosted for free on Heroku. Send your feedback and comments directly to @gravitydenier or open an issue on GitHub.

NoteHub supports an API and can be integrated as a publishing platform.

How to Use?

First, create a new page using the Markdown syntax. When the note is published, you'll see a subtle panel at the bottom of the screen. From this panel you can go to a rudimentary statistics of the article, or you can export the original markdown, or copy the short url of the note. Besides this, you also can invert the color scheme by appending to the note url (example):

notehub.org/.../title?theme=dark

The same way you can specify a Google Web Font for headers by appending to the note url:

notehub.org/.../title?header-font=FONT-NAME

and for the text itself:

notehub.org/.../title?header-font=FONT-NAME&text-font=FONT-NAME2

See an example of the font formatting here.

After you've specified this in the url, you can copy the corresponding short url of the article and share it.

After Publishing

During the note publishing a password can be set. This password unlocks the note for editing. The edit mode can be entered by appending of /edit to the note url. By appending of /stats to any note url, everyone can see a rudimentary statistics (currently, the number of note views only). By appending of /export, the original markdown content will be displayed in plain text format.