Code editor / syntax highlighting in secrets editor #2915
Labels
🚀 feature request
New feature or request
linear
This tag is used to sync issues with Infisical's internal project management system.
Feature description
It would be really cool if user would be able to have some small code editor / IDE in the secrets editor in infisical’s website.
For example, when editing JSON secret:
Why would it be useful?
Some of the secrets are not just plain text, they can be a JSON object, or an XML.
Currently if you want to edit it, you have to copy the secret to an IDE, edit it and than copy back to the infisical’s website.
Having small editing capabilities will allow users to edit secrets more conveniently and it will be a great UX improvement.
Additional context
This change shouldn't be complicated, you just need to replace the editing component in the frontend to a library that supports code editing, for example:
react-simple-code-editor
(https://www.npmjs.com/package/react-simple-code-editor) or any other package.The text was updated successfully, but these errors were encountered: