You. Forth. Simplicity.

git repository
download
prior releases
documentation wiki
issue tracker
mailing list and forum
irc channel and logs
try it


This wiki remains, like the original forum, mainly for historical value. There is a new wiki which, while having less content, is more secure and oriented towards modern Retro implementations.

reload node | edit | recent changes | front page

The Markups

By default most characters are displayed normally. A few are considered special as they are used to denote markups. A quick overview of these core markups is shown below.

Primary Markups

* Surround paragraphs by backquote ` characters. Like `a paragraph`
* Headings are marked up by using the = character
* Bold text is marked up by using the * character
* Italic text is marked up by using the / character
* Underlined text is marked up by using the _ character
* Use # to denote code. All text that follows will be shown.
* Surround hints with ^ characters. No need to use ` with this.
* Surround pastes with % characters to ignore markups between them.

TIPS:
Use \# to put the following text on a new line. This form is useful in code examples, or for making lists.

Use the ` around paragraphs, please! This ensures proper structure and rendering, and makes life easier for everyone in the end.

If you need to add a custom style, use # to setup a DIV, then place your content inside the DIV. Put the DIV in a paragraph though; this may be helpful if you run into rendering problems.

Links

* Links to wiki pages look like: [page|description]
* To display an image (offsite), use: {url}
* To make an offsite link, use: (page|description)

TIP: with images, if you link to them using (...|...), replace the | with & to make use of Lightbox JS.

Other Markups

* Use \ to separate lines
* Use ~ to show the next character if it's a markup character


Contents of this page are released into the public domain.