Mind maps

Mind maps are indentation-based, unlike the edge families. A central topic sits at the hub, top-level - (or *) bullets are its branches, and deeper-indented bullets are their children.

mindmap
central: Product launch

- Marketing [orange]
  - Ads
  - Email
- Engineering [blue, icon: code]
  - API
  - Web
- Operations
DiagramMarketingAdsEmailOperationsEngineeringAPIWebProduct launch

Structure#

  • central: (aliases root:, center:) sets the hub, falling back to title: or the first bare line.
  • The shallowest bullet indent is the branch level; anything deeper is a child of the branch above. Two-space and four-space indentation both work.
  • Branch bullets take [color] and [icon: …]; children take [icon].
mindmap
central: Trip planning

- Travel [blue]
  - Flights
  - Trains
- Stay [green]
  - Hotels
  - Rentals
- Food [orange]
  - Restaurants
  - Markets
- Budget [violet]
DiagramTravelFlightsTrainsFoodRestaurantsMarketsStayHotelsRentalsBudgetTrip planning
Colour each branch to group its children at a glance.

A study map goes three levels deep, with icons on each branch.

mindmap
central: Machine learning

- Supervised [blue, icon: brain]
  - Regression
  - Classification
- Unsupervised [green, icon: layers]
  - Clustering
  - Dimensionality reduction
- Reinforcement [orange, icon: target]
  - Policy
  - Reward
- Tooling [violet, icon: tool]
  - Python
  - Notebooks
DiagramSupervisedRegressionClassificationReinforcementPolicyRewardUnsupervisedClusteringDimensionality reductionToolingPythonNotebooksMachine learning

A quarterly planning map.

mindmap
central: Q3 goals

- Growth [green]
  - Referrals
  - SEO
  - Partnerships
- Product [blue]
  - Mobile app
  - Onboarding
- Reliability [orange]
  - Uptime
  - Incident response
- Team [violet]
  - Hiring
  - Onboarding
DiagramGrowthReferralsSEOPartnershipsTeamHiringOnboardingProductMobile appOnboardingReliabilityUptimeIncident responseQ3 goals
Every diagram on these pages is compiled live from the code above it, through the same pipeline the app uses. Open the canvas to try it.