Load Styles Window - making multiple selections easy
Hello
In InDesign, the "Load Styles" window for object styles is very limited for easily making multiple selections. Due to my automation work, I have to manage a large number of object styles.
Do you know if there's already a script capable of exporting a series of object styles by specifying a subgroup to consider? The script will handle the content (subgroups and their object styles) and keep the same hierarchy.
STRUCTURE EXAMPLE (of course here it's simplified):
GROUP_PRINCIPAL
- SUBGROUP_ALPHA
-- SUBSUBGROUP_1
--- SUBSUBSUBGROUP_a
--- SUBSUBSUBGROUP_b
--- object_01
--- object_02
--- object_03
-- SUBSUBGROUP_2
--- object_01
-- SUBSUBGROUP_3
- SUBGROUP_BETA
-- SUBSUBGROUP_1
- SUBGROUP_DELTA
-- SUBSUBGROUP_1
--- object_01
--- object_02
--- object_03
Example of desired copy if i selected SUBSUBGROUP_1:
GROUP_PRINCIPAL
- SUBGROUP_ALPHA
-- SUBSUBGROUP_1
--- SUBSUBSUBGROUP_a
--- SUBSUBSUBGROUP_b
--- object_01
--- object_02
--- object_03

