ntwo1980 / AnkiMindMap

Mind Map for Anki
MIT License
10 stars 1 forks source link

AnkiMindMap

Inspired by Anki X Markdown X MindMap.

How to use

Download and import MindMapCloze.apkg in this repository. A new note type named MindMap Cloze is added.

Markdown Syntax

Markmap

Customize

If the mind map is big, it will be zoomed out to fit the window. You can use following setting at the beginning of note to set the size of mindmap. If the last cloze is outside the window, it will be moved into the window automatically.

---
markmap:
  width: 1000px
  height: 1000px
  foldExpression: ([^#]+##[^#]+)|(^##[^#]+)
---

# Why use anki

## Multipe OS support
## Addon support

foldExpression

if the mind is big, you can use this setting to fold the branch automatically. This setting is a javascript regular expression. ([^#]+##[^#]+)|(^##[^#]+) means fold branches start ##.

Screenshots

Cloze Front

Cloze Front

Cloze Back

Cloze Back

Large Mind Map

Large Mind Map