Make wiki compile fully into static site

This commit is contained in:
Griatch 2020-06-07 02:35:06 +02:00
parent 1c63669b7a
commit c5acf77f0c
51 changed files with 343 additions and 511 deletions

View file

@ -5,17 +5,17 @@
## Table of Contents
- [Removing default commands](#removing-default-commands)
- [Preventing character from moving based on a condition](#preventing-character-from-moving-based-on-a-condition)
- [Reference initiating object in an EvMenu command](#reference-initiating-object-in-an-evmenu-command)
- [Adding color to default Evennia Channels](#adding-color-to-default-evennia-channels)
- [Selectively turn off commands in a room](#selectively-turn-off-commands-in-a-room)
- [Select Command based on a condition](#select-command-based-on-a-condition)
- [Automatically updating code when reloading](#automatically-updating-code-when-reloading)
- [Changing all exit messages](#changing-all-exit-messages)
- [Add parsing with the "to" delimiter](#add-parsing-with-the-to-delimiter)
- [Store last used session IP address](#store-last-used-session-ip-address)
- [Use wide characters with EvTable](#non-latin-characters-in-evtable)
- [Removing default commands](Coding-FAQ#removing-default-commands)
- [Preventing character from moving based on a condition](Coding-FAQ#preventing-character-from-moving-based-on-a-condition)
- [Reference initiating object in an EvMenu command](Coding-FAQ#reference-initiating-object-in-an-evmenu-command)
- [Adding color to default Evennia Channels](Coding-FAQ#adding-color-to-default-evennia-channels)
- [Selectively turn off commands in a room](Coding-FAQ#selectively-turn-off-commands-in-a-room)
- [Select Command based on a condition](Coding-FAQ#select-command-based-on-a-condition)
- [Automatically updating code when reloading](Coding-FAQ#automatically-updating-code-when-reloading)
- [Changing all exit messages](Coding-FAQ#changing-all-exit-messages)
- [Add parsing with the "to" delimiter](Coding-FAQ#add-parsing-with-the-to-delimiter)
- [Store last used session IP address](Coding-FAQ#store-last-used-session-ip-address)
- [Use wide characters with EvTable](Coding-FAQ#non-latin-characters-in-evtable)
## Removing default commands
**Q:** How does one *remove* (not replace) e.g. the default `get` [Command](Commands) from the Character [Command Set](Command-Sets)?