https://github.com/thiswillbeyourgithub/ankiautomindmap
Create mindmaps automatically from anki to logseq or others
https://github.com/thiswillbeyourgithub/ankiautomindmap
Last synced: 12 days ago
JSON representation
Create mindmaps automatically from anki to logseq or others
- Host: GitHub
- URL: https://github.com/thiswillbeyourgithub/ankiautomindmap
- Owner: thiswillbeyourgithub
- License: agpl-3.0
- Created: 2024-12-11T17:11:45.000Z (about 1 year ago)
- Default Branch: github
- Last Pushed: 2025-12-15T18:26:57.000Z (2 months ago)
- Last Synced: 2025-12-19T01:49:49.521Z (2 months ago)
- Language: Python
- Size: 103 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AnkiAutoMindmap
**Check out my other Anki and AI related projects on my [GitHub profile](https://github.com/thiswillbeyourgithub)!**
From an anki tag, create a single file that contains all the information in an indented markdown format, then create several mermaid graph from it.
This is a quick script I made for myself, if you need help or have any question just open an issue.
Here's an example in french about headaches:

## Usage Example
```bash
python AnkiAutoMindmap.py \
--profile_name "YourProfile" \
--excl_tags="excluded_tag" \
--notetype="YourNotetype" \
--n_fields_to_keep=[0,3] \
--output="/path/to/your/logseq/folder/" \
--merge_batch=-10 \
--toptags medical::neurology::headache \
--merge_mode="dendrogram_merge"
```