TiddlyWiki mode

x
 
1
 !TiddlyWiki Formatting * Rendered versions can be found at: http://www.tiddlywiki.com/#Reference |!Option | !Syntax | |bold font | ''bold'' | |italic type | //italic// | |underlined text | __underlined__ | |strikethrough text | --strikethrough--
2
            | |superscript text | super^^script^^ | |subscript text | sub~~script~~ | |highlighted text | @@highlighted@@ | |preformatted text | {{{preformatted}}} | !Block Elements
3
            <<< !Heading 1 !!Heading 2 !!!Heading 3 !!!!Heading 4 !!!!!Heading 5
4
                <<< !!Lists <<< * unordered list, level 1 ** unordered list, level 2 *** unordered list, level 3 # ordered list, level 1 ## ordered list, level 2 ### unordered list, level 3 ; definition list, term : definition list, description <<< !!Blockquotes
5
                <<<> blockquote, level 1 >> blockquote, level 2 >>> blockquote, level 3 > blockquote
6
                <<< !!Preformatted Text <<< {{{
7
preformatted (e.g. code)
8
}}}
9
<<<
10
11
!!Code Sections
12
<<<
13
{{{
14
Text style code
15
}}}
16
17
//{{{
18
JS styled code. TiddlyWiki mixed mode should support highlighter switching in the future.
19
//}}}
20
21
<!--{{{-->
22
XML styled code. TiddlyWiki mixed mode should support highlighter switching in the future.
23
<!--}}}-->
24
<<<
25
26
!!Tables
27
<<<
28
|CssClass|k
29
|!heading column 1|!heading column 2|
30
|row 1, column 1|row 1, column 2|
31
|row 2, column 1|row 2, column 2|
32
|>|COLSPAN|
33
|ROWSPAN| ... |
34
|~| ... |
35
|CssProperty:value;...| ... |
36
|caption|c
37
38
''Annotation:''
39
* The {{{>}}} marker creates a "colspan", causing the current cell to merge with the one to the right.
40
* The {{{~}}} marker creates a "rowspan", causing the current cell to merge with the one above.
41
<<<
42
!!Images /% TODO %/
43
cf. [[TiddlyWiki.com|http://www.tiddlywiki.com/#EmbeddedImages]]
44
45
!Hyperlinks
46
* [[WikiWords|WikiWord]] are automatically transformed to hyperlinks to the respective tiddler
47
** the automatic transformation can be suppressed by preceding the respective WikiWord with a tilde ({{{~}}}): {{{~WikiWord}}}
48
* [[PrettyLinks]] are enclosed in square brackets and contain the desired tiddler name: {{{[[tiddler name]]}}}
49
** 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).
50
51
!Custom Styling
52
* {{{@@CssProperty:value;CssProperty:value;...@@}}}<br>''N.B.:'' CSS color definitions should use lowercase letters to prevent the inadvertent creation of WikiWords.
53
* <html><code>{{customCssClass{...}}}</code></html>
54
* raw HTML can be inserted by enclosing the respective code in HTML tags: {{{<html> ... </html>}}}
55
56
!Special Markers
57
* {{{<br>}}} forces a manual line break
58
* {{{----}}} creates a horizontal ruler
59
* [[HTML entities|http://www.tiddlywiki.com/#HtmlEntities]]
60
* [[HTML entities local|HtmlEntities]]
61
* {{{<<macroName>>}}} calls the respective [[macro|Macros]]
62
* 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.
63
* To prevent wiki markup from taking effect for a particular section, that section can be enclosed in three double quotes: e.g. {{{"""WikiWord"""}}}.
64

TiddlyWiki mode supports a single configuration.

MIME types defined: text/x-tiddlywiki.