google / neuroglancer

WebGL-based viewer for volumetric data
Apache License 2.0
1.03k stars 286 forks source link

feature: add annotation ID and make properties selectable #530

Closed fcollman closed 4 months ago

fcollman commented 5 months ago

In trying to use neuroglancer to browse precomputed annotations I often want to see what the annotation is that I'm mousing over, and perhaps grab its ID or other metadata that is displayed to my clipboard.

This PR adds the annotation ID to the list of properties that are displayed and modifies the CSS to make neuroglancer-properties selectable by users so that users can copy/paste properties to their clipboard.