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
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
The text was updated successfully, but these errors were encountered:
creharmony
changed the title
Quick edit full document
Quick edit full document entry
Oct 27, 2021
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 🙂
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:
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"
so cancel return in initial mode without saving
and save return to initial mode after saving document
The text was updated successfully, but these errors were encountered: