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
{{ message }}
This repository has been archived by the owner on Oct 6, 2019. It is now read-only.
Goldfish does not (easily) support pasting in preformatted multiline strings as values. If you paste a multiline string, it will go in as one long line with the newlines removed.
There is a workaround:
Create a new key/value pair. Leave the value blank.
Press . Goldfish will remove focus from the row and start a new empty row.
Click on the value you left blank to return focus to that field. Press SHIFT-ENTER. This seems to put Goldfish into multiline mode.
Paste your multiline value. It should go in with newlines intact.
Return to the top of the value field and delete the newline that pressing SHIFT-ENTER created.
Save the secret.
Maybe there's a way to configure Goldfish so that the workaround isn't necessary?
Thanks.
The text was updated successfully, but these errors were encountered:
Change every input in secrets page to textarea instead of input (right now the boxes switch back and forth depending on shift+enter)
When focused on the last value box, pressing tab should trigger a new key value entry. Currently, pressing enter triggers it, but this wouldn't work on a textarea box.
The tooltip Shift + enter to insert multiple lines should be changed to perhaps Press tab to create a new key pair
Some of these changes will include removing deprecated code
Goldfish does not (easily) support pasting in preformatted multiline strings as values. If you paste a multiline string, it will go in as one long line with the newlines removed.
There is a workaround:
Maybe there's a way to configure Goldfish so that the workaround isn't necessary?
Thanks.
The text was updated successfully, but these errors were encountered: