Editing a YAML document through a non-text editor #664
Unanswered
FALLAI-Denis
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I think vscode-tekton has a graphical pipeline builder that may fit the bill. @evidolob can tell more. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We would like to develop an extension with a specialized (non-text) editor to handle a YAML document.
The YAML document would not be directly visible in the editor (graphic editor or HTML page type), on the other hand the YAML document will have to be validated through a Schema, and the errors will have to go up to the editor.
Do you know of any extensions that work on this principle?
Or advice for the development of our extension?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions