Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

What is new?

Annotate Participant and more new syntax

For more new syntax, checkout Sequence diagram syntax

Highlight diagram messages / code

When you move the cursor in the code editor, the corresponding message will be highlighted; if you click a message in the diagram, the corresponding code will be highlight in the editor.

Quick toolbar

SERVER & DATA CENTER

ZenUML Graph

CLOUD ONLY FULL & LITE

A new macro has been added to the ZenUML plugin. With this new macro you can draw any diagram you like. We are migrating text to digram feature to this new macro.

This macro is built on top of mxgraph - https://jgraph.github.io/mxgraph/ .

Markdown in comments

CLOUD ONLY FULL & LITE

Some of the features are only available on the confluence cloud platform and via the full (paid) version.

The above diagram is generated from the following code:

// `POST order`
// 
// - [ ] Setup loadbalancer 
// - [x] Config Kong gateway - [instrucions](document)
OrderController.create() {
  
  // Create an **immutable** order
  // - [ ] Build a microservice
  OrderService.create() {
    // | id | Prod_Name | Price | Inserted_At |
    // |----|-----------|-------|-------------|
    // |123 | book 1    | $10.00| 2020-06-30  |
    OrderRepo.save()
  }
}

Mermaid diagrams

CLOUD ONLY FULL & LITE

In the latest version, we have integrated mermaid into the plugin.

  • No labels