{"id":19643826,"url":"https://github.com/michaelduo/duomind","last_synced_at":"2025-04-28T13:31:17.292Z","repository":{"id":39022479,"uuid":"100149619","full_name":"MichaelDuo/DuoMind","owner":"MichaelDuo","description":"Mindmapping software","archived":false,"fork":false,"pushed_at":"2023-01-07T21:19:46.000Z","size":2493,"stargazers_count":43,"open_issues_count":20,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T09:11:11.203Z","etag":null,"topics":["javascript","mindmap","typescript"],"latest_commit_sha":null,"homepage":"https://michaelduo.github.io/DuoMind/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MichaelDuo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-13T02:45:50.000Z","updated_at":"2023-07-17T09:14:05.000Z","dependencies_parsed_at":"2023-02-08T02:02:21.946Z","dependency_job_id":null,"html_url":"https://github.com/MichaelDuo/DuoMind","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelDuo%2FDuoMind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelDuo%2FDuoMind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelDuo%2FDuoMind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelDuo%2FDuoMind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MichaelDuo","download_url":"https://codeload.github.com/MichaelDuo/DuoMind/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251319757,"owners_count":21570451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript","mindmap","typescript"],"created_at":"2024-11-11T14:24:11.861Z","updated_at":"2025-04-28T13:31:12.266Z","avatar_url":"https://github.com/MichaelDuo.png","language":"TypeScript","readme":"# DuoMind\n\nMindMapping software\n\n## Demo\n\nTry: [https://michaelduo.github.io/DuoMind/](https://michaelduo.github.io/DuoMind/)\n\n![](https://github.com/MichaelDuo/mindmap/blob/master/demo.png)\n\n## Roadmap\n\n-   [x] Topic rendering\n-   [x] Left layout\n-   [x] Right layout\n-   [x] Map layout\n-   [x] Event module\n-   [x] Selection module\n-   [x] Editable topic\n-   [x] Command module\n-   [ ] Drag and drop module\n-   [ ] Undo redo module\n\n## Usage\n\n```javascript\nnew MindMap({data}).mount(el);\n```\n\n## mindmap data example\n\n```javascript\nlet data1 = {\n\ttitle: '0',\n\tchildren: [\n\t\t{\n\t\t\ttitle: '0.1',\n\t\t\tchildren: [\n\t\t\t\t{\n\t\t\t\t\ttitle: '0.1.1',\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\ttitle: '0.1.2',\n\t\t\t\t},\n\t\t\t],\n\t\t},\n\t],\n};\n```\n\n## install dependencies\n\n`$ npm install`\n\n## run dev\n\n`$ npm run dev`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelduo%2Fduomind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelduo%2Fduomind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelduo%2Fduomind/lists"}