forked from Cloud-Pipelines/pipeline-editor
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Users want to be able to add large yamls and jsons as argument inputs or on input nodes. We currently have the multiline editor dialog but this does not suffice. We need to look into utilising the Monaco Editor for syntax highlighting and increasing row count.
Some considerations:
- The system needs to support multiple different syntax and languages
- We cannot always autodetect language, so users (may) need to manually specific what language they want highlighting for
- Syntax language could be saved as part of an annotation
Reactions are currently unavailable