nbelyh / svgpublish-releases

Releases repository for the Svg Publish Visio add-in
http://unmanagedvisio.com/products/svg-publish/
7 stars 2 forks source link

Allow getting css class id and shape id from shape data #34

Closed nbelyh closed 4 years ago

nbelyh commented 4 years ago

To allow mass-assignment, it would be convenient to have an easy way to assign class id and shape id from the shape data (that can be coming from an external source like Excel)

image

nbelyh commented 4 years ago

Now these fields are allowed to contain formulas (mustache, like everywhere else) So you can just select all shapes and set the class to {{Props.NetworkName}} for example, and it will resolve per-shape to it's network name.

image

nbelyh commented 4 years ago

Implemented in PR https://github.com/nbelyh/svgpublish/pull/20