tildemush-docs/tildemush-handbook.md

82 lines
2.4 KiB
Markdown
Raw Normal View History

# tildemush handbook
2020-01-07 23:30:21 +00:00
This handbook will serve as a reference for
[tilde.town](https://tilde.town)'s tildemush virtual community, lead
by [vilmibm](https://tilde.town/~vilmibm/). It is intended for new
and experienced users who have an account on
[tilde.town](https://tilde.town). This handbook will provide an
introduction to tildemush, understanding the interface, using
tildemush, and the WITCH scripting language.
<!-- Note to self: Everytime the TOC is generated, change the "Table
of Contents" to an H1, and remove the title of the document" -->
2020-01-07 22:24:28 +00:00
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc -->
2020-01-07 23:30:21 +00:00
# Table of Contents
2020-01-07 22:24:28 +00:00
- [Quick start](#quick-start)
- [What is tildemush?](#what-is-tildemush)
- [Description](#description)
- [Background](#background)
- [Getting started](#getting-started)
2020-01-07 22:24:28 +00:00
- [Conventions used in this handbook](#conventions-used-in-this-handbook)
- [Requirements](#requirements)
- [Platforms](#platforms)
- [Software](#software)
- [Starting tildemush](#starting-tildemush)
- [Understanding the interface](#understanding-the-interface)
- [Using tildemush](#using-tildemush)
- [Scripting with WITCH](#scripting-with-witch)
- [More information](#more-information)
2020-01-07 22:24:28 +00:00
<!-- markdown-toc end -->
# Quick start
2020-01-07 22:24:28 +00:00
2020-01-07 23:22:40 +00:00
This section is for people who have a [tilde.town](https://tilde.town)
account, and are comfortable with what they know about tildemush, but
need a few commands to get them started.
1. `ssh` into [tilde.town](https://tilde.town)
2. Run `tmclient`
3. Use the `up-arrow`, `down-arrow`, and `enter-key` to login or register
2020-01-07 23:22:40 +00:00
**Caution !!** - tildemush's database may be wiped, because it is
still under development. This means that anything you create, may be
deleted.
# What is tildemush?
2020-01-07 22:24:28 +00:00
## Description
2020-01-07 22:24:28 +00:00
## Background
# Getting started
## Conventions used in this handbook
2020-01-07 22:24:28 +00:00
2020-01-07 23:07:48 +00:00
* **Note ++** - Notes signify additional information
2020-01-07 23:10:20 +00:00
* **Tip >>** - Tips signify an alternate procedure for completing a step
2020-01-07 23:07:48 +00:00
* **Caution !!** - Cautions signify that damage may occur
2020-01-07 23:10:20 +00:00
* **Example** - Examples provide a visual reference of how a procedure would be performed
2020-01-07 23:07:48 +00:00
* `Inline code` - Inline code signifies package names, filenames, commands, and keyboard keys
2020-01-07 23:08:27 +00:00
* ```Code block - Code blocks signify file contents, or an interface element```
2020-01-07 22:24:28 +00:00
## Requirements
### Platforms
### Software
2020-01-07 22:49:41 +00:00
## Starting tildemush
# Understanding the interface
# Using tildemush
# Scripting with WITCH
# More information