diff --git a/tw5.com/tiddlers/Docs.tid b/tw5.com/tiddlers/Docs.tid index 7fa190447..e64d8770e 100644 --- a/tw5.com/tiddlers/Docs.tid +++ b/tw5.com/tiddlers/Docs.tid @@ -165,6 +165,7 @@ Serializers are modules that convert tiddlers to different text formats: ! Developer Cookbooks +* [[Using TiddlyWiki for GitHub Pages project documentation]] * [[Using TiddlyWiki as a component in node.js applications]] ! Miscellaneous diff --git a/tw5.com/tiddlers/concepts/WikiText.tid b/tw5.com/tiddlers/concepts/WikiText.tid index a22feadb6..24dda0e52 100644 --- a/tw5.com/tiddlers/concepts/WikiText.tid +++ b/tw5.com/tiddlers/concepts/WikiText.tid @@ -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. +* 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 `<>`. ! This is a heading