You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Designs
Notes
Related Discord link: https://discord.com/channels/1255578482214305893/1255626681146806434/1323298317865717761
The text was updated successfully, but these errors were encountered: