-
Notifications
You must be signed in to change notification settings - Fork 658
Description
[ * ] I agree to follow the Code of Conduct that this project adheres to.
[* ] I have searched the issue tracker for a feature request that matches the one I want to file, without success.
I'm trying to automatically display in a diagram the name of a library shape with the shape itself :
I created libraries with svg or png images, filling their names (title field in the mxlibrary xml).
I ve been searching on the web to find solution , found how to display name in the sidebar (after reading #1893)
But I would like to add it in my diagram without opening the library to copy the title.
I failed to find a solution.
Would it be possible to add this title with the shape by using the placeholder method, something like : %shapeTitles% or whatever ?
Thanks