docsify-plantuml icon indicating copy to clipboard operation
docsify-plantuml copied to clipboard

Customize style even more?

Open trusktr opened this issue 6 years ago • 1 comments

super neat!

Is it possible to customize the style more than the two default styles?

trusktr avatar Aug 11 '19 23:08 trusktr

I'm glad you like it. :wink: Unfortunately, there's no more skin at this moment. However, you can still override the style with the skinparams like this:

@startuml

skinparam shadowing true

autonumber

Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response

Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
@enduml

(Though this does look a bit dirty.

Welcome to PR if you have any better ideas.


Related issues: #2

imyelo avatar Aug 12 '19 11:08 imyelo