NullMedia Bonus Features - NullWiki

NullMedia Bonus Features

This page lists extra formatting tools and shortcuts available inside NullMedia. They exist to make posting content slightly less painful than manually writing HTML like it’s 2003.

How to post images

Insert an image using: <img src="linkhere"><br>
You can also upload an image to GitHub and link it directly. A shortcut like Ctrl + Shift + I may insert a template automatically if supported.

How to make text bold

Wrap text in <b>...</b> or use Ctrl + B. Because typing tags manually is apparently still a lifestyle choice.

How to make text italic

Use <i>...</i> or press Ctrl + I. For when your words need emotional instability but in a classy way.

How to underline text

Use <u>...</u> or Ctrl + U. Useful if you enjoy visual emphasis from the early internet era.

How to create a code block

Wrap content in <pre><code>...</code></pre>
Or use Ctrl + Shift + C to insert a code block template. For when readability matters slightly more than suffering.

How to create a hyperlink

Use <a href="url">text</a> manually,
or press Ctrl + K to insert a link template with the cursor placed in the href field. Convenience, but still HTML under the hood like everything else.

How to create a blockquote

Use <blockquote>...</blockquote>
or press Ctrl + Q to insert it automatically. For when you need text to look more important than it actually is.

How to submit a post

Press Ctrl + Enter to submit a post instantly. Or click the submit button like a normal human being without keyboard theatrics.