To use a Context Setting I had to hack the plugin at lines 85 and 105 to have it use
instead of
However, I think this would break any User or Group setting.
$modx->controller->context->getOption('use_editor')
instead of
$modx->getOption('use_editor')
However, I think this would break any User or Group setting.