TiddlyWiki mode
xxxxxxxxxx1
!TiddlyWiki Formatting2
* Rendered versions can be found at: http://www.tiddlywiki.com/#Reference3
4
|!Option | !Syntax |5
|bold font | ''bold'' |6
|italic type | //italic// |7
|underlined text | __underlined__ |8
|strikethrough text | --strikethrough-- |9
|superscript text | super^^script^^ |10
|subscript text | sub~~script~~ |11
|highlighted text | @@highlighted@@ |12
|preformatted text | {{{preformatted}}} |13
14
!Block Elements15
<<<16
!Heading 117
18
!!Heading 219
20
!!!Heading 321
22
!!!!Heading 423
24
!!!!!Heading 525
<<<26
27
!!Lists28
<<<29
* unordered list, level 130
** unordered list, level 231
*** unordered list, level 332
33
# ordered list, level 134
## ordered list, level 235
### unordered list, level 336
37
; definition list, term38
: definition list, description39
<<<40
41
!!Blockquotes42
<<<43
> blockquote, level 144
>> blockquote, level 245
>>> blockquote, level 346
47
> blockquote48
<<<49
50
!!Preformatted Text51
<<<52
{{{53
preformatted (e.g. code)54
}}}55
<<<56
57
!!Code Sections58
<<<59
{{{60
Text style code61
}}}62
63
//{{{64
JS styled code. TiddlyWiki mixed mode should support highlighter switching in the future.65
//}}}66
67
<!--{{{-->68
XML styled code. TiddlyWiki mixed mode should support highlighter switching in the future.69
<!--}}}-->70
<<<71
72
!!Tables73
<<<74
|CssClass|k75
|!heading column 1|!heading column 2|76
|row 1, column 1|row 1, column 2|77
|row 2, column 1|row 2, column 2|78
|>|COLSPAN|79
|ROWSPAN| ... |80
|~| ... |81
|CssProperty:value;...| ... |82
|caption|c83
84
''Annotation:''85
* The {{{>}}} marker creates a "colspan", causing the current cell to merge with the one to the right.86
* The {{{~}}} marker creates a "rowspan", causing the current cell to merge with the one above.87
<<<88
!!Images /% TODO %/89
cf. [[TiddlyWiki.com|http://www.tiddlywiki.com/#EmbeddedImages]]90
91
!Hyperlinks92
* [[WikiWords|WikiWord]] are automatically transformed to hyperlinks to the respective tiddler93
** the automatic transformation can be suppressed by preceding the respective WikiWord with a tilde ({{{~}}}): {{{~WikiWord}}}94
* [[PrettyLinks]] are enclosed in square brackets and contain the desired tiddler name: {{{[[tiddler name]]}}}95
** optionally, a custom title or description can be added, separated by a pipe character ({{{|}}}): {{{[[title|target]]}}}<br>'''N.B.:''' In this case, the target can also be any website (i.e. URL).96
97
!Custom Styling98
* {{{@@CssProperty:value;CssProperty:value;...@@}}}<br>''N.B.:'' CSS color definitions should use lowercase letters to prevent the inadvertent creation of WikiWords.99
* <html><code>{{customCssClass{...}}}</code></html>100
* raw HTML can be inserted by enclosing the respective code in HTML tags: {{{<html> ... </html>}}}101
102
!Special Markers103
* {{{<br>}}} forces a manual line break104
* {{{----}}} creates a horizontal ruler105
* [[HTML entities|http://www.tiddlywiki.com/#HtmlEntities]]106
* [[HTML entities local|HtmlEntities]]107
* {{{<<macroName>>}}} calls the respective [[macro|Macros]]108
* To hide text within a tiddler so that it is not displayed, it can be wrapped in {{{/%}}} and {{{%/}}}.<br/>This can be a useful trick for hiding drafts or annotating complex markup.109
* To prevent wiki markup from taking effect for a particular section, that section can be enclosed in three double quotes: e.g. {{{"""WikiWord"""}}}.110
TiddlyWiki mode supports a single configuration.
MIME types defined: text/x-tiddlywiki.
