Comments on YUML Macro

Last modified by Thomas Mortagne on 2022/02/28 00:26

  • Roman Muntyanu
    Roman Muntyanu, 2011/03/11 16:17

    I would suggest to make http://yuml.me/diagram/scruffy/$type/$normalized configurable for "scuffy" / "orderly" diagrams styles.
    Based on style parameter the macro code would choose between http://yuml.me/diagram/scruffy and http://yuml.me/diagram/

    So that the user could write something like 

    {{yuml type="usecase" style="orderly"}}
    [User]-(Login)
    [User]-(Logout)
    (Login)<(Reminder)
    (Login)>(Captcha)
    {{/yuml}}

    to choose his preferred style.

    Regards,
      Roman

Get Connected