Skip to content

Commit 58f5df3

Browse files
committed
misc touchups
1 parent 0183dfa commit 58f5df3

File tree

2 files changed

+4
-29
lines changed

2 files changed

+4
-29
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
plugins.plantUML.eml
44
plugins.plantUML.iml
55
.classpath
6-
.project
6+
.project
7+
classes

README.md

+2-28
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The plugin currently supports conversion from/to:
1010
- Component Diagram
1111
- Deployment Diagram
1212
- State (Machine) diagram
13-
- Activity Diagram (new syntax only)
13+
- Activity Diagram (new syntax)
1414

1515
## Installation Guide
1616

@@ -24,30 +24,4 @@ To install the plugin into Visual Paradigm:
2424
- Choose the downloaded `.zip` folder
2525
- Restart Visual Paradigm
2626

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

Comments
 (0)