Textile Basics
Textile formatting tips (advanced)
_your text_ | → | your text |
*your text* | → | your text |
%{color:red}hello% | → | hello |
* Bulleted list * Second item | → | • Bulleted list • Second item |
# Numbered list # Second item | → | 1. Numbered list 2. Second item |
"linkname":URL | → | linkname |
|a|table|row| |b|table|row| | → | Table |
http://url email@address.com | → | Auto-linked |
!imageURL! | → | Image |
TextTileFormatting
Actually, it would be nice if any of this actually worked!
This is meant to be almost an exact clone of the SampleFormatting page, but showing how to do everything in Textile instead of TiddlyWiki style markup. View the source of this Tiddler to see samples.
Header Samples
Header 1
Header 2
Header 3
Header 4
Header 5
Unordered Lists:
- Lists are where it’s at
- Just use an asterisk and you’re set
- To nest lists just add more asterisks…
- …like this
- To nest lists just add more asterisks…
- The circle makes a great bullet because once you’ve printed a list you can mark off completed items
- You can also nest mixed list types\
- Like this
Ordered Lists
- Ordered lists are pretty neat too
- If you’re handy with HTML and CSS you could customize the [[numbering scheme|http://www.w3schools.com/css/pr_list-style-type.asp]]
- To nest, just add more octothorpes (pound signs)…
- Like this
- To nest, just add more octothorpes (pound signs)…
- You can also
- Mix list types
- like this
- Mix list types
- Pretty neat don’t you think?
Tiddler links
To create a Tiddler link, just use mixed-case WikiWord, or use [[brackets]] for NonWikiWordLinks. This is how the GTD style [[@Action]] lists are created.
Note that existing Tiddlers are in bold and empty Tiddlers are in italics. See CreatingTiddlers for details.
External Links
You can link to "external sites":http://google.com with quotes, a colon, then the site. You can also LinkToFolders on your machine or network shares.
Images
Edit this tiddler to see how it’s done.
[img[http://img110.echo.cx/img110/139/gorilla8nw.jpg]
Tables
Nope, can’t do tables yet.
!th1111111111 | !th2222222222 |
> | colspan |
rowspan | left |
~ | right |
colored | center |
caption |
For a complex table example, see PeriodicTable.
Horizontal Rules
You can divide a tiddler into
<hr />
sections by typing four dashes on a line by themselves.
Blockquotes
This is a blockquote.
Other Formatting
Bold
Strike
Italic
source code
Superscript: 2^3^=8
Subscript: a~ij~ = -a~ji~
green colored
color #fc9
even more fancy