1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-19 08:14:50 +00:00

Docs updates

This commit is contained in:
Jeremy Ruston 2012-06-21 15:38:01 +01:00
parent a80cf6b9a8
commit af17bc4a98
2 changed files with 3 additions and 0 deletions

View File

@ -165,6 +165,7 @@ Serializers are modules that convert tiddlers to different text formats:
! Developer Cookbooks ! Developer Cookbooks
* [[Using TiddlyWiki for GitHub Pages project documentation]]
* [[Using TiddlyWiki as a component in node.js applications]] * [[Using TiddlyWiki as a component in node.js applications]]
! Miscellaneous ! Miscellaneous

View File

@ -6,6 +6,8 @@ WikiText is a concise, expressive way of typing a wide range of text formatting
For example, you can create a link to a tiddler by wrapping its title in double square brackets -- `[[My Tiddler]]` -- or, if the tiddler title conforms to the CamcelCase rules, it is automatically linked without needing the brackets. In this way, linking become part of the punctuation of your writing. For example, you can create a link to a tiddler by wrapping its title in double square brackets -- `[[My Tiddler]]` -- or, if the tiddler title conforms to the CamcelCase rules, it is automatically linked without needing the brackets. In this way, linking become part of the punctuation of your writing.
* Paragraphs
Another key feature of wikitext is the ability to include one tiddler within another (referred to as //transclusion//). For example, one could have a tiddler called //Disclaimer// that contains the boilerplate of a legal disclaimer, and then include it within lots of different tiddlers with the macro call `<<tiddler Disclaimer>>`. Another key feature of wikitext is the ability to include one tiddler within another (referred to as //transclusion//). For example, one could have a tiddler called //Disclaimer// that contains the boilerplate of a legal disclaimer, and then include it within lots of different tiddlers with the macro call `<<tiddler Disclaimer>>`.
! This is a heading ! This is a heading