bsorrentino / PlantUML4iPad

An AI powered PlantUML Editor App for iPad
MIT License
10 stars 2 forks source link

add @ref support in json data #17

Closed bsorrentino closed 1 year ago

bsorrentino commented 1 year ago

add support #ref(<symbol id>) as valid json value. Reference implies that there will be a reference section

[
{
  "name": "references",
  "rows": [
     { "id": "note left", "value": "note left /' of p1 '/", "additional": ["this note is displayed left", "end note"]},
  ]
},
{
  "name": "sequence",
  "rows": [
    { "id": "note", "value": "#ref(note left)"}
  ]
}
]