This shows you the differences between two versions of the page.
twine1:sidebar [2017/08/19 20:28] videlais |
twine1:sidebar [2017/10/09 20:39] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== Basics ==== | ||
- | |||
- | * [[What Is Hypertext]]? | ||
- | * [[about_passages|About Passages]] | ||
- | * [[link|About Links]] | ||
- | * [[syntax|Formatting Passages]] | ||
- | * [[tag|About Tags]] | ||
- | * [[story format|About Story Formats]] | ||
- | * [[sugarcane|Sugarcane]] | ||
- | * [[jonah|Jonah]] | ||
- | * [[Special Passages]] | ||
- | * [[Choosing Between Twine and twee]] | ||
- | |||
- | ==== Macros ==== | ||
- | |||
- | * [[twine1:display|<<display>>]] | ||
- | * [[twine1:print|<<print>>]] | ||
- | * [[twine1:set|<<set>>]] | ||
- | * [[twine1:if|<<if>>]] | ||
- | * [[twine1:endif|<<endif>>]] | ||
- | * [[twine1:else|<<else>>]] | ||
- | * [[twine1:remember|<<remember>>]] | ||
- | * [[twine1:forget|<<forget>>]] | ||
- | * [[twine1:nobr|<<nobr>>]] | ||
- | * [[twine1:silently|<<silently>>]] | ||
- | * [[twine1:endsilently|<<endsilently>>]] | ||
- | * [[twine1:choice|<<choice>>]] | ||
- | * [[twine1:back|<<back>>]] | ||
- | * [[twine1:return|<<return>>]] | ||
- | * [[twine1:checkbox|<<checkbox>>]] | ||
- | * [[twine1:radio|<<radio>>]] | ||
- | * [[twine1:textinput|<<textinput>>]] | ||
- | * [[twine1:button|<<button>>]] | ||
- | |||
- | ==== Using Twine ==== | ||
- | |||
- | * [[Installing Twine]] | ||
- | * [[Story Files]] | ||
- | * [[story map|The Story Map]] | ||
- | * [[Editing Passages]] | ||
- | * [[image|Adding Images]] | ||
- | * [[Finishing Up And Proofing Your Work]] | ||
- | |||
- | ==== Adding Code To Your Stories ==== | ||
- | |||
- | * [[code|Why Use Code]]? | ||
- | * [[expression|About Expressions]] | ||
- | * [[function|About Functions]] | ||
- | |||
- | ==== Functions ==== | ||
- | |||
- | * [[twine1:either|either()]] | ||
- | * [[twine1:random|random()]] | ||
- | * [[twine1:rot13|rot13()]] | ||
- | * [[twine1:previous|previous()]] | ||
- | * [[twine1:visited|visited()]] | ||
- | * [[twine1:visitedTag|visitedTag()]] | ||
- | * [[twine1:turns|turns()]] | ||
- | * [[twine1:passage|passage()]] | ||
- | * [[twine1:tags|tags()]] | ||
- | * [[twine1:parameter|parameters()]] | ||
- | * [[twine1:confirm|confirm()]] | ||
- | * [[twine1:prompt|prompt()]] | ||
- | * [[twine1:alert|alert()]] | ||
- | * [[twine1:open|open()]] | ||
- | |||
- | ==== Customizing Your Stories ==== | ||
- | |||
- | * [[stylesheet|Changing Your Story's Appearance]] | ||
- | * [[script|Adding New Behaviors]] | ||
- | * [[Writing Your Own Macros]] | ||