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 Müller 4ba2601798 API removed 10 years ago
.vscode removed build task 10 years ago
resources API removed 10 years ago
src redirection to note id added 10 years ago
.gitignore removed build task 10 years ago
README.md landing page refreshed 10 years ago
jsconfig.json page builder module started 11 years ago
messages.json project files added 11 years ago
package.json storage debug conf added 10 years ago
server.js redirection to note id added 10 years ago
settings all urls changes to https 11 years ago

README.md

About

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

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:

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

Analogously, you can specify you can change the text or header size by specifying a scale factor:

notehub.org/.../title?text-size=1.1&header-size=1.2

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.