TiddlyWiki mode
x
1
!TiddlyWiki Formatting
2
* Rendered versions can be found at: http://www.tiddlywiki.com/#Reference
3
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 Elements
15
<<<
16
!Heading 1
17
18
!!Heading 2
19
20
!!!Heading 3
21
22
!!!!Heading 4
23
24
!!!!!Heading 5
25
<<<
26
27
!!Lists
28
<<<
29
* unordered list, level 1
30
** unordered list, level 2
31
*** unordered list, level 3
32
33
# ordered list, level 1
34
## ordered list, level 2
35
### unordered list, level 3
36
37
; definition list, term
38
: definition list, description
39
<<<
40
41
!!Blockquotes
42
<<<
43
> blockquote, level 1
44
>> blockquote, level 2
45
>>> blockquote, level 3
46
47
> blockquote
48
<<<
49
50
!!Preformatted Text
51
<<<
52
{{{
53
preformatted (e.g. code)
54
}}}
55
<<<
56
57
!!Code Sections
58
<<<
59
{{{
60
Text style code
61
}}}
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
!!Tables
73
<<<
74
|CssClass|k
75
|!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|c
83
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
!Hyperlinks
92
* [[WikiWords|WikiWord]] are automatically transformed to hyperlinks to the respective tiddler
93
** 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 Styling
98
* {{{@@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 Markers
103
* {{{<br>}}} forces a manual line break
104
* {{{----}}} creates a horizontal ruler
105
* [[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
.