Welcome to the Twine Cookbook#
This Cookbook contains documentation, tips, and examples for using the non-linear story creation tool Twine.
Reading the Cookbook Online#
Starting with version 2.0, the Twine Cookbook is created using mkdocs with the Material theme and plugin set.
It can be found at https://twinery.org/cookbook/
.
Building the Cookbook using MkDocs#
The Cookbook can be built using Python. Run pip install -r requirements.txt
to install the requirements.
mkdocs build
creates HTML and CSS files based on the markdown files.mkdocs serve
builds and hosts a local server version.
Note: Depending on how Python is installed in Windows, users may need to use pip install --user -r requirements.txt
to install and then use python -m
before any MkDocs commands.
Want to suggest a change or new example?#
Start with the Code of Conduct and then review the steps in the Contributing guide.
Contributors#
- @videlais (Dan Cox)
- @klembot (Chris Klimas)
- @tmedwards (Thomas Michael Edwards)
- @greyelf (David Tarrant)
- @webbedspace (Leon Arnott)
- @shawngraham (Shawn Graham)
- @Akjosch (Akjosch)
- @ChapelR (Chapel)
- G.C. "Grim" Baccaris
- @evelynmitchell (Evelyn Mitchell)
- @JamesSkemp (James Skemp)
License#
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.