Shortcode for including a ckwnc UML sequence diagram in a WordPress blog post.
This plugin adds the [ckwnc] shortcode markup to your wordpress installation. This is enabled in posts and any text widgets. A complete reference of how to create a ckwnc uml sequence diagram can be found at http://www.ckwnc.com/help.html
Example Usage:
[ckwnc]
me:actor
data:Data
data.get() {
me.callback() {
result.create()
logging.log() {
System.print()
}
}
}
data.release()
[/ckwnc]
Note that the javascript from http://www.ckwnc.com will be included in your page. We have decided to include the javascript from our server directly rather than copy a version into the plugin directory so that the javascript can be kept up to date.
Requires: 2.5 or higher
Compatible up to: 3.1.4
Last Updated: 2011-6-16
Downloads: 63
Got something to say? Need help?