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

[Dev UI] Better handeling of long text for input #1577

Open
DenisVCode opened this issue Dec 30, 2024 · 0 comments
Open

[Dev UI] Better handeling of long text for input #1577

DenisVCode opened this issue Dec 30, 2024 · 0 comments
Labels

Comments

@DenisVCode
Copy link
Contributor

Overview

Better way of supporting long input text when input is just pure string (but probably also applies to nested longer text strings inside JSON)

User goal(s)

Be able to just paste long block of text inside double quotes and it just works. Currently I have to do JSON.stringify and copy paste that output as a helper.

Requirements

  • Detect that longer text is being put inside the text editor that would otherwise break the JSON.parse and reformatt it first.

Designs

Image

Notes

Related Discord link: https://discord.com/channels/1255578482214305893/1255626681146806434/1323298317865717761

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

1 participant