Skip to content

Commit

Permalink
Merge pull request #1486 from klembot/develop
Browse files Browse the repository at this point in the history
2.8.1
  • Loading branch information
klembot committed Jan 3, 2024
2 parents ba52b37 + 64db37b commit f305b3f
Show file tree
Hide file tree
Showing 26 changed files with 2,550 additions and 1,238 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ repositories:
- [Snowman](https://github.com/klembot/snowman)
- [SugarCube](https://github.com/tmedwards/sugarcube-2)

#### BUILDS

Binary packages for Twine are available on the
[Releases](https://github.com/klembot/twinejs/releases) tab for Windows, MacOS
and Linux. Community-created builds exist on other platforms, such as the Snap
Store or Arch User Repository. As always, only install from sources you trust.

### INSTALL

Run `npm install` at the top level of the directory to install all goodies.
Expand Down
5 changes: 5 additions & 0 deletions docs/en/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,9 @@
.content h1, .content h2, .content h3 {
font-family: var(--font-display);
font-weight: normal;
}

.content hr {
margin-bottom: 48px;
margin-top: 48px;
}
118 changes: 65 additions & 53 deletions docs/en/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,63 +2,75 @@

- [Introduction](README.md)
- [Getting Started](getting-started/index.md)
- [Installing Twine](getting-started/installing.md)
- [Basic Concepts](getting-started/basic-concepts.md)
- [Getting Around in Twine](getting-started/getting-around.md)
- [Updating Twine](getting-started/updating.md)
- [Uninstalling Twine](getting-started/uninstalling.md)
- [Using an Older Version of Twine](getting-started/downgrading.md)
- [Installing Twine](getting-started/installing.md)
- [Basic Concepts](getting-started/basic-concepts.md)
- [Getting Around in Twine](getting-started/getting-around.md)
- [Updating Twine](getting-started/updating.md)
- [Uninstalling Twine](getting-started/uninstalling.md)
- [Using an Older Version of Twine](getting-started/downgrading.md)
- [Using the Story Library](story-library/index.md)
- [Viewing Stories](story-library/viewing.md)
- [Creating, Copying and Importing Stories](story-library/creating.md)
- [Editing Stories](story-library/editing.md)
- [Renaming Stories](story-library/renaming.md)
- [Archiving and Exporting Stories](story-library/exporting.md)
- [Deleting Stories](story-library/deleting.md)
- [Tagging Stories](story-library/tagging.md)
- [Changing the Library's Location](story-library/location.md)
- [Viewing Stories](story-library/viewing.md)
- [Creating, Copying and Importing Stories](story-library/creating.md)
- [Editing Stories](story-library/editing.md)
- [Renaming Stories](story-library/renaming.md)
- [Archiving and Exporting Stories](story-library/exporting.md)
- [Deleting Stories](story-library/deleting.md)
- [Tagging Stories](story-library/tagging.md)
- [Changing the Library's Location](story-library/location.md)
- [Editing Stories](editing-stories/index.md)
- [Navigating the Story Map](editing-stories/navigating.md)
- [Undoing and Redoing](editing-stories/undoing.md)
- [Selecting and Moving Passages](editing-stories/selecting.md)
- [Editing Passages](editing-stories/editing-passages.md)
- [Linking Passages](editing-stories/linking-passages.md)
- [Deleting Passages](editing-stories/deleting.md)
- [Tagging Passages](editing-stories/tagging.md)
- [Finding and Replacing Text](editing-stories/finding-replacing.md)
- [Renaming a Story](editing-stories/renaming.md)
- [Changing the Story Format](editing-stories/changing-story-format.md)
- [Viewing Story Statistics](editing-stories/stats.md)
- [Editing Story JavaScript and CSS](editing-stories/js-and-css.md)
- [Navigating the Story Map](editing-stories/navigating.md)
- [Undoing and Redoing](editing-stories/undoing.md)
- [Selecting and Moving Passages](editing-stories/selecting.md)
- [Editing Passages](editing-stories/editing-passages.md)
- [Linking Passages](editing-stories/linking-passages.md)
- [Deleting Passages](editing-stories/deleting.md)
- [Tagging Passages](editing-stories/tagging.md)
- [Finding and Replacing Text](editing-stories/finding-replacing.md)
- [Renaming a Story](editing-stories/renaming.md)
- [Changing the Story Format](editing-stories/changing-story-format.md)
- [Viewing Story Statistics](editing-stories/stats.md)
- [Editing Story JavaScript and CSS](editing-stories/js-and-css.md)
- [Publishing Your Work](publishing/index.md)
- [Testing a Story](publishing/testing.md)
- [Proofing a Story](publishing/proofing.md)
- [Playing a Story](publishing/playing.md)
- [Publishing a Story](publishing/publishing.md)
- [The Scratch Folder](publishing/scratch-folder.md)
- [Testing a Story](publishing/testing.md)
- [Proofing a Story](publishing/proofing.md)
- [Playing a Story](publishing/playing.md)
- [Publishing a Story](publishing/publishing.md)
- [The Scratch Folder](publishing/scratch-folder.md)
- [Managing Story Formats](story-formats/index.md)
- [Viewing Story Formats](story-formats/viewing.md)
- [Changing the Default Story Format](story-formats/default.md)
- [Changing the Proofing Format](story-formats/proofing.md)
- [Adding a Story Format](story-formats/adding.md)
- [Removing a Story Format](story-formats/removing.md)
- [Disabling Story Format Extensions](story-formats/extensions.md)
- [How Twine Manages Story Format Versions](story-formats/versions.md)
- [Viewing Story Formats](story-formats/viewing.md)
- [Changing the Default Story Format](story-formats/default.md)
- [Changing the Proofing Format](story-formats/proofing.md)
- [Adding a Story Format](story-formats/adding.md)
- [Removing a Story Format](story-formats/removing.md)
- [Disabling Story Format Extensions](story-formats/extensions.md)
- [How Twine Manages Story Format Versions](story-formats/versions.md)
- [Customizing Twine](customizing/index.md)
- [Setting Preferences](customizing/preferences.md)
- [Command-Line Switches](customizing/command-line.md)
- [Advanced Customization](customizing/advanced.md)
- [Setting Preferences](customizing/preferences.md)
- [Command-Line Switches](customizing/command-line.md)
- [Advanced Customization](customizing/advanced.md)
- [Limitations](limitations/index.md)
- [Large Stories](limitations/large-stories.md)
- [Combining Stories](limitations/combining.md)
- [Collaborating on Stories](limitations/collaborating.md)
- [Using Images and Multimedia](limitations/multimedia.md)
- [Using Source Control](limitations/source-control.md)
- [Large Stories](limitations/large-stories.md)
- [Combining Stories](limitations/combining.md)
- [Collaborating on Stories](limitations/collaborating.md)
- [Using Images and Multimedia](limitations/multimedia.md)
- [Using Source Control](limitations/source-control.md)
- [Troubleshooting Problems](troubleshooting/index.md)
- [Backups](troubleshooting/backups.md)
- [Viewing Local Storage Directly](troubleshooting/local-storage.md)
- [If An Error Message Appears While Editing](troubleshooting/error-message.md)
- [If Twine Won't Start](troubleshooting/wont-start.md)
- [If Twine Lost Your Story](troubleshooting/lost-story.md)
- [If Your Story Is Damaged](troubleshooting/damaged-story.md)
- [If You See Visual Glitches in Twine](troubleshooting/visual-glitches.md)
- [Backups](troubleshooting/backups.md)
- [Viewing Local Storage Directly](troubleshooting/local-storage.md)
- [If An Error Message Appears While Editing](troubleshooting/error-message.md)
- [If Twine Won't Start](troubleshooting/wont-start.md)
- [If Twine Lost Your Story](troubleshooting/lost-story.md)
- [If Your Story Is Damaged](troubleshooting/damaged-story.md)
- [If You See Visual Glitches in Twine](troubleshooting/visual-glitches.md)
- [Release Notes](release-notes/index.md)
- [2.8 Versions](release-notes/2-8.md)
- [2.7 Versions](release-notes/2-7.md)
- [2.6 Versions](release-notes/2-6.md)
- [2.5 Versions](release-notes/2-5.md)
- [2.4 Versions](release-notes/2-4.md)
- [2.3 Versions](release-notes/2-3.md)
- [2.2 Versions](release-notes/2-2.md)
- [2.1 Versions](release-notes/2-1.md)
- [2.0 Versions](release-notes/2-0.md)
- [1.0 Versions](release-notes/1-0.md)
- [Tweebox Versions](release-notes/tweebox.md)
Loading

0 comments on commit f305b3f

Please sign in to comment.