mirror of
https://github.com/tmedwards/tweego.git
synced 2025-07-05 14:10:27 -04:00
[Docs] Added search info to intro and ToC header.
This commit is contained in:
parent
d08ed3a980
commit
ac5276c4db
2 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,10 @@ This documentation is a reference for [Tweego](http://www.motoslave.net/tweego/)
|
||||||
|
|
||||||
Why use Tweego? Tweego lets you write Twine projects using your favorite text editor, rather than the [Twine software](http://twinery.org/). You write passages in plain text files using the [Twee notation](#twee-notation) across as few or as many files as you choose, which can make working, and collaborating, on Twine projects faster and easier. When you're ready to publish or test, you simply compile all your project files into an `.html` file with Tweego.
|
Why use Tweego? Tweego lets you write Twine projects using your favorite text editor, rather than the [Twine software](http://twinery.org/). You write passages in plain text files using the [Twee notation](#twee-notation) across as few or as many files as you choose, which can make working, and collaborating, on Twine projects faster and easier. When you're ready to publish or test, you simply compile all your project files into an `.html` file with Tweego.
|
||||||
|
|
||||||
|
<p role="note" class="tip"><b>Tip:</b>
|
||||||
|
This document is a single page, so you may use your browser's find-in-page functionality—<kbd>CTRL</kbd>+<kbd>F</kbd> or <kbd>F3</kbd>—to search for specific terms.
|
||||||
|
</p>
|
||||||
|
|
||||||
<p role="note"><b>Note:</b>
|
<p role="note"><b>Note:</b>
|
||||||
If you believe that you've found a bug in Tweego, or simply wish to make a suggestion, you may do so by <a href="https://github.com/tmedwards/tweego/issues">creating a new issue</a> at its <a href="https://github.com/tmedwards/tweego">source code repository</a>.
|
If you believe that you've found a bug in Tweego, or simply wish to make a suggestion, you may do so by <a href="https://github.com/tmedwards/tweego/issues">creating a new issue</a> at its <a href="https://github.com/tmedwards/tweego">source code repository</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
<header role="banner">
|
<header role="banner">
|
||||||
<h1>Tweego Documentation</h1>
|
<h1>Tweego Documentation</h1>
|
||||||
<div><tt>{{.VERSION}}</tt> (<time datetime="{{.ISO_DATE}}">{{.DATE}}</time>)</div>
|
<div><tt>{{.VERSION}}</tt> (<time datetime="{{.ISO_DATE}}">{{.DATE}}</time>)</div>
|
||||||
|
<div>To search: <kbd>CTRL</kbd>+<kbd>F</kbd> or <kbd>F3</kbd></div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
## [Introduction](#introduction)
|
## [Introduction](#introduction)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue