Twine
These will be notes about how to use twine
Resources
- [The Twine Forum](http://twinery.org/forum/index.php) - [The Twine 2 Guide](http://twinery.org/wiki/twine2:guide) - [Harlowe documentation](http://twine2.neocities.org)Notes
- By adding two opening and then two closing brackets around some text, a Link can be created to direct Twine to transition, after the user clicks on it, to move to another passage. - "...regularly archive your work with the Archive link on the right margin of the story list. This saves all of your stories to a file on your computer that can then be restored with the Import link on the same page." - iOS note: archive files on this platform are created as a ZIP archives, which can be sent to a storage app such as Dropbox -
[[Passage name]]
[[Displayed text|passage name]]
[[Displayed text->passage name]]
[[Passage name<-Displayed text]]
CSS
http://twinery.org/forum/index.php?topic=2176.0change the look
http://furkleindustries.com/fictions/twine/twine2_CSS_tutorial/
IMAGES
- add images: http://twinery.org/forum/index.php/topic,2085.msg6056.html#msg6056 - add images and use as a link: http://twinery.org/forum/index.php/topic,2467.0.htmlcustom color link
(set: $customColor to (colour: #ff0000))
[$customColor[00:30]]