If you can enter text, you're ready for Foswiki. With a few simple rules, you'll be able to use plain text to create well-styled postings, instantly. What you are going to learn here is called Topic Markup Language, or simply TML. So here comes a fast-track guide to shorthand basics:
*bold type*
.
_italic_
.
__bold italic__
.
MONOSPACED TYPE
, use equal signs: =like this=
.
==double equal signs==
for bold: bold mono
.
%RED% red text %ENDCOLOR% and %GREEN% green text %ENDCOLOR%
to get red text and green text . %<color>%
text must end with %ENDCOLOR%
. If you want to switch from one color to another one you first need to end the active color with %ENDCOLOR%
, e.g. write %RED% some text %ENDCOLOR% %GREEN% more text %ENDCOLOR%
.
%TOC%
wherever you like on a page (see System.Macros for more %TOC%
options).
<verbatim>
to enclose code excerpts, filenames, and other unformatted text:<verbatim>
unformatted text!
and more of it!
</verbatim>
<
= <
>
= >
(a > 0)
(a > 0)
&
charachter and you need to excape it to see it as it is. The reason behind is that &
has a special meaning in HTML - it starts so called character entities, like '©'
which is the ©
copyright character. 'This & that'
to get 'This & that'
.
WebHome
.
Sandbox.WebHome
.
http://foswiki.org/
.
<nop>
or an exclamation mark (!
) in front of the WikiWord: <nop>NoLinkPlease
or !NoLinkPlease
.
<nop>
, e.g. write A <nop>!= B
to get "A != B". Alternatively, use the HTML entity !
, which renders as an exclamation mark, e.g. write A != B
to get "A != B".
[space][space][space][asterisk][space]
.
[space][space][space][1][space]
.
Always start counting spaces for bullets or numbers from the beginning of a new line.
%ATTACHURL%/yourimagefilename.jpg
---
Follow GoodStyle recommendations when editing topics. In general, it is always nice to add one's signature at the end of a topic or comments. To add your signature, type Main.YourName
, it will then expand to WikiGuest.
See EditingShorthand for the complete set of formatting rules.
Related Topics: WikiWords, Macros, EditingShorthand, FileAttachment