Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat]: Add YAML editor as a standalone component #1448

Open
nangelov-eti opened this issue Jan 17, 2025 · 1 comment
Open

[Feat]: Add YAML editor as a standalone component #1448

nangelov-eti opened this issue Jan 17, 2025 · 1 comment
Assignees
Labels
Components Dedicated to Frontend Visual Components

Comments

@nangelov-eti
Copy link

Is your feature request related to a problem? Please describe.
Yes, many applications that require YAML manipulation currently lack an intuitive or integrated solution for directly editing YAML within the app.

Possible Use Cases:

  1. Configuration File Editing: Developers can integrate an editor that allows users to easily edit YAML-based configuration files, with features like syntax highlighting, auto-completion, and error validation.
  2. Cloud Infrastructure Management: Applications that interact with tools like Kubernetes or Docker can benefit from an embedded YAML editor that streamlines the creation and editing of YAML-based deployment files.
  3. CI/CD Pipeline Customization: For applications working with continuous integration and delivery tools, integrating a YAML editor would enable users to modify pipeline configurations and scripts seamlessly.

Describe the solution you'd like
I would like to see a code editor component that supports YAML syntax, preferably based on popular open-source solutions like CodeMirror or Monaco Editor (or a similar alternative). This editor should be easily embeddable as a standalone component, allowing developers to integrate it seamlessly into their applications. Key features should include syntax highlighting, autocompletion, and error detection.

Describe alternatives you've considered
I have considered using text areas or JSON editors, but they are not ideal, as they require conversion between JSON and YAML and lack dedicated support for YAML syntax.

Additional context
Embedding a dedicated YAML editor directly into an app would significantly enhance the user experience, aligning with the growing prevalence of YAML in DevOps, cloud computing, and configuration-heavy applications.

@FalkWolsky
Copy link
Contributor

Agree!! You are right. We will aim to add it as fast as possible.

@FalkWolsky FalkWolsky self-assigned this Jan 20, 2025
@FalkWolsky FalkWolsky added the Components Dedicated to Frontend Visual Components label Jan 20, 2025
@FalkWolsky FalkWolsky moved this to 🆕 New in Lowcoder Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Components Dedicated to Frontend Visual Components
Projects
Status: 🆕 New
Development

No branches or pull requests

2 participants