Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Quorafind committed Sep 4, 2024
1 parent 955d058 commit b26802c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@

- Cannot enter edit mode when create a new node;
- Cannot delete node when node is the only child of its parent/only node in the mindmap;
-
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,41 @@
# Canvas MindMap

## Usage

1. Install the plugin
2. Create a new canvas
3. Create a node in the empty canvas
4. Select the node and the press `Tab` to create a child node (You need to exit edit mode first by pressing `Escape`)
5. Select the child node and press `Enter` to create a brother node
6. Done, you get a mindmap.

## Features

- Auto layout for specific direction
- Select node's tree
- Change color for node's edges

## Hotkeys
### Hotkeys

- Press `Enter` to create brother card; (You can change this hotkey in setting)
- Press `Tab` to create child card;
- Press `Alt` + `←/→/↓/↑` to navigate between nodes;
- Press `Cmd / Ctrl` + `←/→/↓/↑` to create floating nodes;
- Press `Cmd / Ctrl` + `Shift` + `←/→/↓/↑` to create child nodes;

## Commands
### Commands

- Create child node
- Create sibling node
- Create floating node
- Open changelog
- Enter/exit edit mode

## Showcase
### Showcase

![showcase](https://raw.githubusercontent.com/Quorafind/obsidian-canvas-mindmap/master/showcase.gif)

# How to Install
## How to Install

- Obsidian: [Available on Obsidian Plugin Market](https://obsidian.md/plugins?id=canvas-mindmap)
- BRAT: Add `quorafind/canvas-mindmap` to BRAT.
Expand Down

0 comments on commit b26802c

Please sign in to comment.