shell icon indicating copy to clipboard operation
shell copied to clipboard

feature request: support for editing other kinds of asset/file

Open lionelvillard opened this issue 7 years ago • 4 comments

currently the editor can only edit wsk actions. It'd be nice if the editor plugin could also be used to edit, let say, yaml files.

lionelvillard avatar Feb 28 '18 18:02 lionelvillard

https://github.com/kpdecker/monaco-yaml

starpit avatar Mar 03 '18 22:03 starpit

so each plugin should include a dependency on monaco?

lionelvillard avatar Mar 05 '18 13:03 lionelvillard

no, i was observing that someone already has a monaco plugin for yaml. we could have an edit-yaml plugin that augments the base monaco, perhaps, or we could modify the edit plugin

starpit avatar Mar 05 '18 13:03 starpit

In the long run, we probably want a base editor plugin which can be extended by other plugins, e.g. the action/composition editor plugin and the yaml editor plugin.

But for now modifying the edit plugin seems to be the easiest thing to do.

lionelvillard avatar Mar 05 '18 19:03 lionelvillard