{"id":13462135,"url":"https://github.com/dundalek/markmap","last_synced_at":"2025-05-14T22:08:22.924Z","repository":{"id":40005111,"uuid":"39264626","full_name":"dundalek/markmap","owner":"dundalek","description":"Visualize markdown documents as mindmaps","archived":false,"fork":false,"pushed_at":"2024-05-22T18:43:15.000Z","size":608,"stargazers_count":1849,"open_issues_count":28,"forks_count":177,"subscribers_count":31,"default_branch":"master","last_synced_at":"2025-05-14T22:08:16.544Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/dundalek.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":"2015-07-17T16:44:00.000Z","updated_at":"2025-05-14T08:49:23.000Z","dependencies_parsed_at":"2024-06-18T15:27:51.479Z","dependency_job_id":null,"html_url":"https://github.com/dundalek/markmap","commit_stats":{"total_commits":105,"total_committers":5,"mean_commits":21.0,"dds":0.04761904761904767,"last_synced_commit":"48bc47dbbfec683bf197117666fa5a03ade0dbd3"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dundalek%2Fmarkmap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dundalek%2Fmarkmap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dundalek%2Fmarkmap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dundalek%2Fmarkmap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dundalek","download_url":"https://codeload.github.com/dundalek/markmap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254235700,"owners_count":22036964,"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":[],"created_at":"2024-07-31T12:00:39.761Z","updated_at":"2025-05-14T22:08:17.906Z","avatar_url":"https://github.com/dundalek.png","language":"JavaScript","readme":"\n# markmap\n\n[![Build status on CircleCI](https://circleci.com/gh/dundalek/markmap.svg?style=shield)](https://circleci.com/gh/dundalek/markmap) [![npm version](https://img.shields.io/npm/v/markmap.svg)](https://www.npmjs.com/package/markmap)\n\n*Markmap* is a javascript component that will visualize your markdown documents as mindmaps. It is useful for better navigation and overview of the content. You can see it in action online [here](http://kb.knomaton.org/multi-agent-systems/).\n\nIt is used in:\n- Atom editor [extension](https://atom.io/packages/markdown-mindmap)\n- 3rd party desktop app [mdSilo](https://github.com/danloh/mdSilo-app)\n\n| ![markmap in action](doc/img/mindmap-screenshot2.png) | ![markmap in action](doc/img/mindmap-screenshot1.png) |\n|:-:|:-:|\n| Default style | Colorful style |\n\n\n## Features\n\n- Zoom in and out with the mouse wheel.\n- Pan around by dragging the background.\n- Expand/collapse children of a node by clicking on the circle.\n\nSupported formats:\n- Markdown\n- MindMup\n- Txtmap (whitespace indented plaintext)\n- Pandoc (limited prototype)\n\nSuggestions for new features are welcome, feel free to open an [issue](https://github.com/dundalek/markmap/issues).\n\n## How to use\n\nInstall the component with NPM:\n```\nnpm install markmap\n```\n\nVisualizing a markdown text consists of two steps:\n\n1. The text is parsed and transformed into a tree representation.\n2. The tree is rendered.\n\n### Examples\n\nTo run the examples first clone the project and install dependencies:\n\n```sh\ngit clone https://github.com/dundalek/markmap.git\ncd markmap\nnpm install\n```\n\nIn the examples code there are imports like `require('../../lib/somefile')`. When using this library in your project you need to change those to `require('markmap/lib/somefile')`.\n\n#### Browser\n\nRun `npm start` and a browser will open with the example page where you can see how different formats are parsed and displayed. The source code for browser examples is located in  [examples/browser](examples/browser) folder.\n\n#### Node.js\n\nNode examples are located in [examples/node](examples/node). You can run the markdown example or others as follows:\n\n```sh\ncd examples/node\nnode example.markdown.js\n```\n\n## Changelog\n\n### [0.6.1](https://github.com/dundalek/markmap/compare/v0.6.0...v0.6.1) (2019-10-23)\n\n- Bump dependencies to fix vulnerabilities\n\n### [0.6.0](https://github.com/dundalek/markmap/compare/v0.5.0...v0.6.0) (2018-11-08)\n\n- **Breaking change**: Moved sources from src to lib. That way there will be no breakage if we happen to introduce babel in the future.\n- Added tree diffing heuristic\n- Added more code examples\n- Fixed link parsing issues\n\n### [0.5.0](https://github.com/dundalek/markmap/compare/v0.4.2...v0.5.0) (2018-09-10)\n\n- **Breaking change**: Changed structure of source files\n- Added support for parsing inter file links for markdown\n- Updated code examples\n\n## License\n\nThe MIT License.\n","funding_links":[],"categories":["Uncategorized","JavaScript","others"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdundalek%2Fmarkmap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdundalek%2Fmarkmap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdundalek%2Fmarkmap/lists"}