You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-28
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The plugin currently supports conversion from/to:
10
10
- Component Diagram
11
11
- Deployment Diagram
12
12
- State (Machine) diagram
13
-
- Activity Diagram (new syntax only)
13
+
- Activity Diagram (new syntax)
14
14
15
15
## Installation Guide
16
16
@@ -24,30 +24,4 @@ To install the plugin into Visual Paradigm:
24
24
- Choose the downloaded `.zip` folder
25
25
- Restart Visual Paradigm
26
26
27
-
Alternatively, you can manually copy the folder into the `/plugins` directory indicated by the **Install Plugin** dialog and restart the application.
28
-
29
-
## Usage Guide
30
-
31
-
After successful installation, both import and export functionalities should be available in Visual Paradigm's **Project** tab under **Import** and **Export**, extending the application's built-in conversion options.
32
-
33
-
### Exporting Visual Paradigm Diagrams
34
-
35
-
1. Navigate to the **Project** > **Export** menu and select **"PlantUML..."**.
36
-
2. A dialog will pop up prompting you to choose which diagrams to convert into PlantUML files.
37
-
3. Specify the desired output folder.
38
-
4. Click **"Export"** to convert.
39
-
40
-
For each selected diagram, the plugin should generate:
41
-
- A `.txt` file containing the PlantUML code for the diagram.
42
-
- A complementary `json` (in PlantUML format) that contains any extra semantics, if applicable.
43
-
44
-
// photo
45
-
46
-
### Importing PlantUML files
47
-
48
-
1. Navigate to the **Project** > **Import** menu and select **"PlantUML..."**.
49
-
2. A pop-up will prompt you to choose between importing a folder of diagrams or a single file.
50
-
3. Specify the desired file/folder.
51
-
4. Click **"Import"** to finish importing to your project.
52
-
53
-
## CLI
27
+
Alternatively, you can manually copy the folder into the `/plugins` directory indicated by the **Install Plugin** dialog and restart the application.
0 commit comments