Replies: 1 comment 1 reply
-
One difficulty is that multiple nodes may have different metadata keys available (and/or different values to them, but it's less of a concern here). Should we only display a metadata key when all selected nodes have the metadata key in question set, or should we display it as soon as one of the nodes have the metadata key set? In this case, what should changing the metadata do? Should it automatically create the metadata on the other nodes where it doesn't exist yet, or only set it if already existing? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Metadata is really powerful, but when you select multiple nodes in the editor, the ability to add metadata disappears, meaning you can only add metadata to a single node at a time. This makes adding metadata to multiple nodes rather tedious.
The editor should support adding/editing metadata to nodes when multiple nodes are selected, similar to how editing any other property in the editor will edit the relevant property for each selected node.
Beta Was this translation helpful? Give feedback.
All reactions