Issue
Currently for inventory titles, centering text has to be done by eyeballing the amount of spaces needed to approximately center it.
Suggestion
3 possible implementations:
- A tag
<center> / <centre> (accounting for both spelling variants) at any point in the name field of a inventory file will center every character after it.
- A setting
center-name/centre-name which replaces name will center the value of key.
- A setting
center-name/centre-name set to true will center the value of name key.
Currently for inventory titles, centering text has to be done by eyeballing the amount of spaces needed to approximately center it.
3 possible implementations:
<center>/<centre>(accounting for both spelling variants) at any point in thenamefield of a inventory file will center every character after it.center-name/centre-namewhich replacesnamewill center the value of key.center-name/centre-nameset to true will center the value ofnamekey.