@@ -65,7 +64,7 @@
What is a .mm file?
It turns out, a .mm
file is just some XML describing the mind map. Here is a simple mind map:
-

+

And again as a .mm
file:
@@ -174,7 +173,10 @@
The next step
This script just translates a .mm
file to JSON. Nothing else. Next, I want to convert this to a library, and add a JSON to .mm
function as well. This leads into my ultimate goal for this project.
-
I want a script that I can drop in the root of any project to build a Gource-style visualization of the folder structure. This will give me a way to make cool visualizations for lessons on the robotics team.
+
I want a script that I can drop in the root of any project to build a Gource-style visualization of the folder structure. This will give me a way to make cool visualizations for lessons on the robotics team. On top of the folder visualization, Coggle’s new flowchart feature can be used to generate graphical representations of @frc5024’s codebases. This could give me an interactive overview of the work being done by our team.
+
+
Further learning
+
crm.org has done a great writeup of Coggle, and some of it’s features. If you are looking to learn more about the tool, I recommend taking a few minute to read their post.
@@ -187,7 +189,7 @@