skanaar / nomnoml

The sassy UML diagram renderer
https://www.nomnoml.com
MIT License
2.66k stars 208 forks source link

[enhancement] Override directives in Custom classifier styles #64

Closed markwalet closed 5 years ago

markwalet commented 6 years ago

I want to override the global configuration for each custom classifier style. This gives you way more customization options.

Right now, only the fill and stroke options are overwritten.

skanaar commented 6 years ago

I don't quite understand, could you please post an example of how you would like the directives to look like.

markwalet commented 6 years ago

The fill and stroke options already work:

#.test: visual=roundrect fill=green
[<test>Test]

But I want to use all the other directives as well:

#.test: visual=roundrect spacing=40 padding=20 direction=down
[<test>Test]
skanaar commented 5 years ago

Closing this as full customization is not on the roadmap.