{"id":50294731,"url":"https://github.com/chrisrobison/mindmap","last_synced_at":"2026-05-28T08:04:00.725Z","repository":{"id":268763383,"uuid":"905395096","full_name":"chrisrobison/mindmap","owner":"chrisrobison","description":"A simple web-based mindmapping and diagramming app","archived":false,"fork":false,"pushed_at":"2025-01-19T17:34:57.000Z","size":33,"stargazers_count":1,"open_issues_count":23,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T18:35:21.960Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/chrisrobison.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-18T18:30:24.000Z","updated_at":"2025-01-19T17:34:59.000Z","dependencies_parsed_at":"2024-12-18T19:38:51.784Z","dependency_job_id":"99630e9b-67b6-4d9f-9bd5-bc2b4bea94f2","html_url":"https://github.com/chrisrobison/mindmap","commit_stats":null,"previous_names":["chrisrobison/mindmap"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chrisrobison/mindmap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisrobison%2Fmindmap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisrobison%2Fmindmap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisrobison%2Fmindmap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisrobison%2Fmindmap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrisrobison","download_url":"https://codeload.github.com/chrisrobison/mindmap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisrobison%2Fmindmap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33599494,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2026-05-28T08:03:58.889Z","updated_at":"2026-05-28T08:04:00.713Z","avatar_url":"https://github.com/chrisrobison.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧠 Interactive Mindmap\n\nA powerful, browser-based mindmap tool for organizing thoughts, ideas, and concepts visually. Built with vanilla JavaScript and modern web technologies.\n\n![Mindmap Demo](placeholder-for-demo-screenshot.png)\n\n## ✨ Features\n\n- **Intuitive Node Management**\n  - Create nodes with a single click\n  - Drag \u0026 drop nodes using headers\n  - Resize nodes from any edge or corner\n  - Rich text editing within nodes\n  - Custom node titles with dedicated header sections\n\n- **Rich Media Support**\n  - 📸 Paste images directly into nodes\n  - Supports animated GIFs\n  - Automatic image resizing\n  - Preserves image quality\n\n- **Dynamic Connections**\n  - Connect nodes by holding Ctrl and dragging\n  - Automatic connection line updates\n  - Visual feedback during connection creation\n  - Smart connection point calculation\n\n- **Advanced Styling**\n  - 🎨 Customizable node colors\n  - Font family and size options\n  - Border styles and colors\n  - Box shadow customization\n  - Dark mode support\n\n- **Zoom Controls**\n  - 🔍 Zoom in/out functionality (50% - 200%)\n  - Persistent zoom levels\n  - Smooth zoom transitions\n  - Maintains connection accuracy at all zoom levels\n\n- **State Management**\n  - 💾 Automatic state saving\n  - Persists between sessions\n  - Preserves all node properties\n  - Complete layout restoration\n\n## 🚀 Getting Started\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/yourusername/interactive-mindmap.git\n```\n\n2. Open `index.html` in a modern web browser\n\nThat's it! No build process or dependencies required.\n\n## 🎮 Usage\n\n- **Creating Nodes**\n  - Click anywhere on the canvas to create a new node\n  - Click and drag the header to move nodes\n  - Resize from any edge or corner\n\n- **Making Connections**\n  - Hold Ctrl and drag from one node to another\n  - Or select a node and click another node to connect them\n\n- **Editing Content**\n  - Click the header to edit node title\n  - Click the content area to add/edit text\n  - Paste images directly into nodes\n\n- **Styling Nodes**\n  - Click a node to open the properties panel\n  - Customize colors, fonts, borders, and more\n  - Changes are saved automatically\n\n- **Zooming**\n  - Use the zoom controls in the bottom-left corner\n  - Or use Ctrl + Mouse Wheel (coming soon)\n\n## 💡 Tips \u0026 Tricks\n\n- **Organization**\n  - Use different colors to categorize nodes\n  - Create hierarchies with connection lines\n  - Use headers for quick topic identification\n\n- **Productivity**\n  - Paste screenshots directly into nodes\n  - Use keyboard shortcuts (documentation coming soon)\n  - Organize nodes spatially for better understanding\n\n## 🛠️ Technical Details\n\nBuilt with:\n- Vanilla JavaScript\n- HTML5 Canvas for connections\n- LocalStorage for persistence\n- CSS Grid and Flexbox\n- ResizeObserver API\n- File API for image handling\n\n## 🎯 Upcoming Features\n\n- [ ] Keyboard shortcuts\n- [ ] Export/Import functionality\n- [ ] Multiple mindmap support\n- [ ] Collaborative editing\n- [ ] Touch screen support\n- [ ] Node groups/clustering\n- [ ] Undo/Redo functionality\n- [ ] Custom themes\n\n## 🤝 Contributing\n\nContributions are welcome! Please read our [Contributing Guide](CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests.\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.\n\n## 🙏 Acknowledgments\n\n- Inspired by modern mind mapping tools\n- Built for the web development community\n- Special thanks to all contributors\n\n---\n\nMade with ❤️ by [Christopher Robison](mailto:cdr@cdr2.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisrobison%2Fmindmap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrisrobison%2Fmindmap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisrobison%2Fmindmap/lists"}