Sublime Forum

Enable chart viewing in the sublime_diagram_plugin plugin?

#1

I installed the plugin - sublime_diagram_plugin.

I created the Diagram Class Main.puml file.
@startuml

class A
Note on the right: this is a test class A

@enduml

Questions.

  1. How can I view the diagram?
  2. What other plugin can I use to build UML diagrams?

0 Likes

#2

How can I view the diagram?

I suggest reading through the plugin documentation: https://github.com/jvantuyl/sublime_diagram_plugin

0 Likes