napari-aicsimageio icon indicating copy to clipboard operation
napari-aicsimageio copied to clipboard

Implement SearchableTreeWidget for Metadata

Open evamaxfield opened this issue 2 years ago • 1 comments

https://github.com/pyapp-kit/superqt/pull/158

Better metadata exploration and navigation. Might need to convert the XML / etree metadata structs to dict but might give it a try with just passing it in.

evamaxfield avatar Apr 20 '23 23:04 evamaxfield

If anyone picks this up and struggles with that superqt addition, let me know I can try to improve it. For XML, it could make sense to add something like a fromIterable factory method and just create a tree with a single column.

andy-sweet avatar Apr 21 '23 17:04 andy-sweet