fc-list : family | grep "Fira Code"
or
system_profiler -json SPFontsDataType | grep \"family | sort | uniq | grep Fira
At this point these notes on R and statistics are mostly to myself. Hopefully over time they will evolve into something that can be more generally useful.
# 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.
Checking font availability on Mac fc-list : family | grep "Fira Code" or system_profiler -json SPFontsDataType | grep \...