an unofficial markdown rewrite of REXPaint's manual
- all keyboard and mouse keys should be formatted as
key
- all key names should use the same case used on keyboards:
Alt
,alt
Esc
ESC
PrtScr
Prtscr
- key combinations are formatted as a single key:
Ctrl-Shift-Alt-p
- all UI buttons should be formatted as
button
- configuration strings and paths should be formatted:
txtOutputUTF8:
,../
- newlines in indented paragraphs are reproduced literally, with
\
before the newline. - file types representations have been unified as
.extension
:- ".txt" and "TXT" becomes
.txt
- ".csv" and "CSV" becomes
.csv
- ".xml" and "XML" becomes
.xml
- ".ans" and "ANS" becomes
.ans
("ANSI" stays that way because it's a name)
- ".txt" and "TXT" becomes
- small changes can be made to remove clarifications made useless by formatting:
- "by pressing the
Shift
key" becomes "by pressingShift
- "by pressing the
x
button/key" stays that way, or it wouldn't be clear if it's a UI button or a keyboard key
- "by pressing the
- indented paragraphs are represented as paragraphs surrounded by lines
- some terms have been italicized to improve readability, that's up to the reader's discretion, so feel free to suggest additions/removals
- "--" em dashes have been converted to "—"
- single chars were quoted with
''
that's a bit of a programmer thing, they should be converted to""
- URLs should be represented as text links when appropriate
- text links to appendices should be bold
- the manual should be checked with a linter, and warning
MD024
should be ignored.
Feel free to suggest changes and improvements