High, to make the Action List as HTML a bit more practicable (for parsing, looking for action, etc), it would be nice if the actions were output as three columns tables values: Command ID, Name, Current Translation. Currently, it is written in written in a non-semantic HTML with errors which doesn't allow to add filtering or parsing functions easily (all actions are within the same tag, with break lines). A minimal HTML 5 template (pure html, no css, no javascript) could look like this; Having the command ID and the translation can ease the process of translating tutorials, learning tutorials in another language, see if an action already exist without switching language etc... Related (but different) request: Thanks for listening !