# install the package
pip install pylint
# Create the directory if it doesn't exist
mkdir -p diagrams
# Generate the mermaid file
pyreverse core/ -o mmd -d diagrams/
This creates Mermaid *.mmd files in the /diagrams folder.
Now visualize this in Obsidian Excalidraw plugin.
Right click on “Excalidraw” -> “New drawing”.
In the top panel click on More tools icon, select Mermaid to Excalidraw.
Paste *.mmd text into the box.
Done. This creates an drawing with movable elements.
No comments:
Post a Comment