Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lynchjames/obsidian-mind-map
An Obsidian plugin for displaying markdown notes as mind maps using Markmap.
https://github.com/lynchjames/obsidian-mind-map
obsidian-plugin
Last synced: 6 days ago
JSON representation
An Obsidian plugin for displaying markdown notes as mind maps using Markmap.
- Host: GitHub
- URL: https://github.com/lynchjames/obsidian-mind-map
- Owner: lynchjames
- License: mit
- Created: 2020-12-06T01:07:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T07:02:39.000Z (11 months ago)
- Last Synced: 2024-12-29T20:12:35.251Z (13 days ago)
- Topics: obsidian-plugin
- Language: TypeScript
- Homepage:
- Size: 652 KB
- Stars: 1,153
- Watchers: 18
- Forks: 79
- Open Issues: 100
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-obsidian-plugins - Mind map - An Obsidian plugin for displaying markdown notes as mind maps using Markmap. (Uncategorized / Uncategorized)
- jimsghstars - lynchjames/obsidian-mind-map - An Obsidian plugin for displaying markdown notes as mind maps using Markmap. (TypeScript)
README
# Obsidian Mind Map
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/lynchjames/obsidian-mind-map/Release%20Build?logo=github&style=for-the-badge) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/lynchjames/obsidian-mind-map?style=for-the-badge&sort=semver)
This repository contains a plugin for [Obsidian](https://obsidian.md/) for viewing Markdown notes as Mind Maps using [Markmap](https://markmap.js.org/).
A similar plugin is available for [Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=gera2ld.markmap-vscode).
## Features- Preview your current note as a Mind Map
- 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![Mind Map Demo Image](https://raw.githubusercontent.com/lynchjames/obsidian-mind-map/main/images/mind-map-demo.png)
## Usage
You can open the Mind Map preview for the current note with a command.
![Mind Map Preview Command](https://raw.githubusercontent.com/lynchjames/obsidian-mind-map/main/images/mind-map-preview-command.png)
### Preview More Options Menu
The Mind Map Preview view has 2 options from the "more options" menu:
![Mind Map Preview More Options](https://raw.githubusercontent.com/lynchjames/obsidian-mind-map/main/images/mind-map-view-more-options.png)
#### Pin
Allows 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.
#### Copy screenshot
Places 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.
## Compatibility
Custom plugins are only available for Obsidian v0.9.7+.
The current API of this repo targets Obsidian **v0.9.20**.
## Installing
As 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.
## Manual installation
1. Download the [latest release](https://github.com/lynchjames/obsidian-mind-map/releases/latest)
1. Extract the obsidian-day-planner folder from the zip to your vault's plugins folder: `/.obsidian/plugins/`
Note: 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.
1. Reload Obsidian
1. If prompted about Safe Mode, you can disable safe mode and enable the plugin.## For developers
Pull requests are both welcome and appreciated. 😀If you would like to contribute to the development of this plugin, please follow the guidelines provided in [CONTRIBUTING.md](CONTRIBUTING.md).
## Donating
This 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!