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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick edit full document entry #25

Open
creharmony opened this issue Oct 27, 2021 · 3 comments
Open

Quick edit full document entry #25

creharmony opened this issue Oct 27, 2021 · 3 comments

Comments

@creharmony
Copy link

I've seen the way to quick edit a given document attribute when your mouse is hover a given field, you have a pen with a input form to edit the attribute content 馃憤

but now I need to quickly refactor the whole document:

  • add a new attribute,
  • bulk remove some part
  • ...

One simple way to do that is to add an "edit mode"

in current mode, add a EDIT button on a result array > data row

a clic on this button will switch to "edit mode"
in "edit mode"

  • text area contains the whole document to edit
  • all buttons are replaced by a SAVE and a CANCEL button

so cancel return in initial mode without saving
and save return to initial mode after saving document

@creharmony creharmony changed the title Quick edit full document Quick edit full document entry Oct 27, 2021
@SamuelTallet
Copy link
Owner

SamuelTallet commented Oct 28, 2021

@creharmony

What if a click on a JSON:

  • key allows to edit the entire document,
  • value allows to edit the value (as now)?

In "edit mode", it would be great to have syntax highlighting, etc. to assist even more the user. By the way, I think it's time to uniformize JSON colors... and switch to a dark theme 馃檪

What do you think about?

@creharmony
Copy link
Author

That would be great, I can't wait to test this 馃憤

@McHill007
Copy link

This feature would be great. Can't wait ;) Hope it is still on planed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants