Open daretodave opened 5 months ago
right now the only hook is RUNNER_THEME_CSS
RUNNER_THEME_CSS
add a bunch more and inject them throughout lifecycle
some ideas:
current syntax - https://github.com/mterm-io/mterm-ext-red/blob/main/mterm.js
module.exports = { RUNNER_THEME_CSS: ` .runner-container.runner-container__normal_mode, .runner-container.runner-container__commander_mode { background: rgba(199, 0, 20, 0.89); color: white; } `, }
add more [HOOK_NAME]: RESOLVER
middleware for commands
add post install note hook
still missing:
right now the only hook is
RUNNER_THEME_CSS
add a bunch more and inject them throughout lifecycle
some ideas:
current syntax - https://github.com/mterm-io/mterm-ext-red/blob/main/mterm.js
add more [HOOK_NAME]: RESOLVER