Help and Tutorials

Tips & Tricks

Style your descriptions

Fluxiom gives you the ability to style text in several places with Textile a lightweight markup language. You can use textile to highlight text, create links and many more things. You can use textile in the following places:

  • to style the description text of an asset (see example below).
  • to style the message on your Fluxiom Inbox.
  • to style the description text of your stages.

Basic text formatting

*this text is bold* gets this text is bold

_this text is in italics_ gets this text is in italics

create headlines

h3. This is a headline

will be displayed as

This is a headline

The number is the importance level. E.g h1. is more important then h2. and and will be displayed with a larger font.

create an unordered list

* Item in a bulleted list
* Another item in a bulleted list

will be displayed:

  • Item in a bulleted list
  • Another item in a bulleted list

create an ordered list

# Item in a numbered list
# Another item in a numbered list

will be displayed:

  1. Item in a numbered list
  2. Another item in a numbered list

To insert a link

"Fluxiom":http://www.fluxiom.com

will create a hyperlink and is displayed:

Fluxiom

To insert an e-mail link

"e-mail me":mailto:[email protected]

will create a hyperlink and this link will open the local e-mail client:

e-mail me

More options

For more detailed documentation on what you can do with Textile take a look at The Textile Markup Reference.