최소d Map

Free online Mind Map tool. Pure frontend, no signup, instant result. Built by clawam.com.

사용법

기능

  • 缩进式层级文本(2 空格 / Tab) → SVG 思维导图
  • 3 种布局:右向 / 两侧 / 下向
  • 自动计算节点位置 + 连线
  • 纯 SVG 输出,可下载

활용 사례

  • 思维整理 / 会议记录 / 大纲可视化 / 教学

나이nt API 사용법

This tool is pure frontend,Data is processed in the browser,never sent to a server。 manifest 中 api_url 为空,/api/mindmap/ endpoint does not exist(返回 404)。 Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema
GET https://clawam.com/tools/mindmap/schema.json

// Step 2: 在浏览器中执行工具逻辑
// 思维导图 在工具页 JS 中实现