mud/content/help/editing.toml

32 lines
944 B
TOML

name = "editing"
title = "in-game toml editor"
admin = true
body = """
edit command opens the in-game text editor for TOML content files.
usage
edit blank editor
edit <move> edit a combat move TOML
example: edit punch
the editor supports:
- syntax highlighting for TOML
- search and replace
- undo/redo
- color depth detection (256 color or 16 color)
editor commands (in editor mode)
:h show editor help
:w save and continue editing
:wq save and exit
:q quit without saving
editing combat moves
when you edit a combat move, the editor loads the TOML file from
content/combat/<move>.toml. saves write directly to the file.
after editing, use 'reload <move>' to hot-reload the changes without
restarting the server.
see also: help content, help admin-commands
"""