{"id":13588638,"url":"https://github.com/lynchjames/obsidian-mind-map","last_synced_at":"2025-05-16T12:08:28.979Z","repository":{"id":38042950,"uuid":"318923131","full_name":"lynchjames/obsidian-mind-map","owner":"lynchjames","description":"An Obsidian plugin for displaying markdown notes as mind maps using Markmap.","archived":false,"fork":false,"pushed_at":"2024-02-25T07:02:39.000Z","size":668,"stargazers_count":1231,"open_issues_count":100,"forks_count":88,"subscribers_count":17,"default_branch":"main","last_synced_at":"2025-04-09T11:09:14.972Z","etag":null,"topics":["obsidian-plugin"],"latest_commit_sha":null,"homepage":"","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/lynchjames.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"custom":["https://paypal.me/lynchjames2020"]}},"created_at":"2020-12-06T01:07:33.000Z","updated_at":"2025-04-06T15:49:40.000Z","dependencies_parsed_at":"2024-01-14T04:43:23.139Z","dependency_job_id":"1206f115-8867-4514-ab5e-ca0dc9cb81e9","html_url":"https://github.com/lynchjames/obsidian-mind-map","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynchjames%2Fobsidian-mind-map","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynchjames%2Fobsidian-mind-map/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynchjames%2Fobsidian-mind-map/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynchjames%2Fobsidian-mind-map/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lynchjames","download_url":"https://codeload.github.com/lynchjames/obsidian-mind-map/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254527087,"owners_count":22085918,"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":["obsidian-plugin"],"created_at":"2024-08-01T15:06:50.131Z","updated_at":"2025-05-16T12:08:28.927Z","avatar_url":"https://github.com/lynchjames.png","language":"TypeScript","funding_links":["https://paypal.me/lynchjames2020"],"categories":["TypeScript","obsidian-plugin","Productivity Tools","Uncategorized"],"sub_categories":["Note Taking Apps","Uncategorized"],"readme":"# Obsidian Mind Map\r\n\r\n![GitHub Workflow Status](https://img.shields.io/github/workflow/status/lynchjames/obsidian-mind-map/Release%20Build?logo=github\u0026style=for-the-badge) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/lynchjames/obsidian-mind-map?style=for-the-badge\u0026sort=semver)\r\n\r\n\r\nThis repository contains a plugin for [Obsidian](https://obsidian.md/) for viewing Markdown notes as Mind Maps using [Markmap](https://markmap.js.org/). \r\n\r\nA similar plugin is available for [Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=gera2ld.markmap-vscode).\r\n    \r\n## Features\r\n\r\n- Preview your current note as a Mind Map\r\n- Mind Map preview updates as you select other panes, similar to the [Local Graph](https://forum.obsidian.md/t/how-to-open-a-local-graph-view-pane-on-the-right-sidebar/7190), [Outline](https://publish.obsidian.md/help/Plugins/Outline) and [Backlink](https://publish.obsidian.md/help/Plugins/Backlinks) panes\r\n\r\n![Mind Map Demo Image](https://raw.githubusercontent.com/lynchjames/obsidian-mind-map/main/images/mind-map-demo.png)\r\n\r\n## Usage\r\n\r\nYou can open the Mind Map preview for the current note with a command.\r\n\r\n![Mind Map Preview Command](https://raw.githubusercontent.com/lynchjames/obsidian-mind-map/main/images/mind-map-preview-command.png)\r\n\r\n\r\n### Preview More Options Menu\r\n\r\nThe Mind Map Preview view has 2 options from the \"more options\" menu:\r\n\r\n![Mind Map Preview More Options](https://raw.githubusercontent.com/lynchjames/obsidian-mind-map/main/images/mind-map-view-more-options.png)\r\n\r\n#### Pin\r\n\r\nAllows you to pin the Mind Map preview pane to the current note so that you can select other notes with the current Mind Map remaining in place. A pin icon will appear in the header of the Mind Map preview pane. Click the pin icon to unpin.\r\n\r\n#### Copy screenshot\r\n\r\nPlaces a copy of the Mind Map SVG on your clipboard allowing you to paste it into a note in Obsidian or into an image editor of your choice.\r\n\r\n## Compatibility\r\n\r\nCustom plugins are only available for Obsidian v0.9.7+.\r\n\r\nThe current API of this repo targets Obsidian **v0.9.20**. \r\n\r\n## Installing\r\n\r\nAs of version [0.9.7 of Obsidian](https://forum.obsidian.md/t/obsidian-release-v0-9-7-insider-build/7628), this plugin is available to be installed directly from within the app. The plugin can be found in the Community Plugins directory which can be accessed from the Settings pane under Third Party Plugins.\r\n\r\n## Manual installation\r\n\r\n1. Download the [latest release](https://github.com/lynchjames/obsidian-mind-map/releases/latest)\r\n1. Extract the obsidian-day-planner folder from the zip to your vault's plugins folder: `\u003cvault\u003e/.obsidian/plugins/`  \r\nNote: On some machines the `.obsidian` folder may be hidden. On MacOS you should be able to press `Command+Shift+Dot` to show the folder in Finder.\r\n1. Reload Obsidian\r\n1. If prompted about Safe Mode, you can disable safe mode and enable the plugin.\r\n\r\n## For developers\r\nPull requests are both welcome and appreciated. 😀\r\n\r\nIf you would like to contribute to the development of this plugin, please follow the guidelines provided in [CONTRIBUTING.md](CONTRIBUTING.md).\r\n\r\n## Donating\r\n\r\nThis plugin is provided free of charge. If you would like to donate something to me, you can via [PayPal](https://paypal.me/lynchjames2020). Thank you!\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flynchjames%2Fobsidian-mind-map","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flynchjames%2Fobsidian-mind-map","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flynchjames%2Fobsidian-mind-map/lists"}