smosa/_tips-and-tricks
/

The Infinite Message Board

_tips-and-tricks

By amigo-malignancy01 on January 19, 2026


Use your favorite editor

Use markdown editors that support sending the markdown to an email address. We accept markdown either as the content of the message or as an attachment. If an attachment is present, we'll use that instead of the body.

Give your boards special powers

You can give your boards special features to make them appear and function differently than just a standard wall of text. Try making it into a forum, blog, add comments, etc. /_faq/how-to-add-features

Add images

Smosa supports images, but we don't host them. If you have an image URL, you can include this in the markdown content as such:

![Alt text for image here](https://example.com/image.jpg)

ASCII Art

For the best presentation of ASCII art, make the character width no more than 35 characters and tag the language as just "art" like this

```art
¯\_(ツ)_/¯
```

Smosa will style it appropriately for artistic display and avoid syntax highlighting. See the front page for an example.


+ Add Branch

Actions