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
Is there a possibility to use whitespaces as the padding between json elements, instead of invisible css space (like padding)? That way when you copy to clipboard, it includes the whitespaces so you can easily paste it somewhere else.
For example, when you copy-paste some JSON like this
All I want to do is preserve the spacing by including the whitespaces.
If this is not possible im probably abandoning this plugin unfortunately, since copy-pasting the json elsewhere in a human readable format is an important aspect of my project.
The text was updated successfully, but these errors were encountered:
MileanCo
changed the title
Easy copy paste enhancement: use whitespaces instead of css
Easy copy paste enhancement: use whitespaces instead of padding/margin
Jan 29, 2024
Is there a possibility to use whitespaces as the padding between json elements, instead of invisible css space (like padding)? That way when you copy to clipboard, it includes the whitespaces so you can easily paste it somewhere else.
For example, when you copy-paste some JSON like this
It shows up like this instead (unreadable):
All I want to do is preserve the spacing by including the whitespaces.
If this is not possible im probably abandoning this plugin unfortunately, since copy-pasting the json elsewhere in a human readable format is an important aspect of my project.
The text was updated successfully, but these errors were encountered: