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
@@ -21,23 +29,21 @@ The reason I started this project was I used Mermaid a lot in the past when maki
21
29
cargo install oxdraw
22
30
```
23
31
24
-
### Render a diagram from a file
32
+
### Render a Diagram from a File
25
33
26
34
```bash
27
35
oxdraw --input flow.mmd
28
36
```
29
37
30
-
### Launch the interactive editor
38
+
### Launch the Interactive Editor
31
39
32
40
```bash
33
41
oxdraw --input flow.mmd --edit
34
42
```
35
43
36
-
### Have AI generate a codemap for the repo you're in
44
+
### Have AI Generate a Codemap
37
45
This will also launch the interactive viewer mapping the nodes to files in the repo. You can refer to [ai.md](docs/ai.md) for free resources on setting up AI access
0 commit comments