Useful WebsitesTiddlywiki | Main website | | Tiddler Toddler | Beginners guide | | TiddlyWiki5 | HTML5 and node.js version | |
Initial SetupAfter creating a new TiddlyWiki edit the following tiddlers:
DefaultTiddlers - the tiddlers that should be displayed when opening the TiddlyWiki
MainMenu - the items that display on the left side of the TiddlyWiki
SiteTitle - the main heading in the page
SiteSubTitle - the text following the main heading |
Left MenuTo edit the menu:
1. Edit MainMenu tiddler
2. Add menu items in [[]]
3. Add separators using ----- (5 -) |
ColorPalette StylesBackground | Background, title and subtitle text | Foreground | Text color | PrimaryPale | Interface options box | PrimaryLight | MainMenu, links, bottom of header gradient | PrimaryMid | MainMenu text, links, tags list, bottom of header | PrimaryDark | Top right menu, tiddler buttons | SecondaryPale | Code snippets background | SecondaryLight | Highlight for buttons and right menu | SecondaryMid | Table titles, save box | SecondaryDark | Tiddler titles | TertiaryPale | Right hand menu, tiddler tag button | TertiaryLight | Right hand menu borders | TertiaryMid | Right hand menu unseleted tags | TertiaryDark | Tiddler subtitle |
| | Block ElementsHeadings | ! Heading level 1, !! Heading level 2 etc. | Unordered List | * Level 1, ** Level 2, *** Level 3 | Ordered List | # Level 1, ## Level 2, ### Level 3 | Definition List | ; term, :description | Block Quotes | > Level 1, >> Level 2, >>> Level 3 | Preformatted | {{{ quoted text }}} (on separate lines) |
Inline FormattingBold | 'Bold' (pairs of double single quotes) | Italic | //Italics// | Underline | __Underline__ | Strikethrough | --Strikethrough | Superscript | ^^Superscript^^ | Subscript | ~~Subscript~~ | Highlighted | @@highlighted@@ |
Special FormattingForce a line break | <br> | Create a horizontal line | ---- | Hide text% text % | % text % | Raw HTML | <html>...</html> | Prevent wiki formatting | """Inside triple double-quotes""" |
| | TablesColumns | Columns delimited by | | Headings | Heading text preceded by ! | Colspan | > | Rowspan | - | Caption | |The Caption|c |
Adding External LinksLinks to external sites can be entered in the following form:
[[NY Times|http://www.nytimes.com]]
This displays as a link with the title "NY Times" |
Tiddler LinksTo add a link from tiddler to another, enclose the name of the destination tiddler in [[]] for example, [[Destination Tiddler Name]].
Where names are entered with multiple capital letters (WikiWords), a link is provided automatically.
To prevent WikiWords from being converted to links, use a tilde (~) character at the front of the word. |
|
Created By
Metadata
Favourited By
Comments
Thank you for this cheat-sheet. Came in quite handy!
Thanks! It'll be great to add some info about shadow tiddlers - for example
in a standard TiddlyWiki, the MarkupPostHead shadow tiddler contains HTML that is inserted at the end of the <head> section of the TiddlyWiki HTML.
Hi. Thank you very much.
By the way, there is an error: it should be ^^suprscript^^, and not ^superscript^.
Add a Comment
Related Cheat Sheets
More Cheat Sheets by Simon Fermor