Skip to content

Nathan3-14/yaml-mindmap

Repository files navigation

Yaml to MarkMap converter

Python YAML

Instructions

  • Add the python file to the directory containing your yaml or json

Formatting

Main:
    Sub Item A:
        - Sub Item I
        - Sub Item II
    Sub Item B:
        - Sub Item I
        - Sub Item II:
            - Sub Item V
    Sub Item C:
        i--: #? image
            Image name 1:
                - Image link 1
            Image name 2:
                - Image link 2
            
"Main": {
    "Sub Item A": [
        "Sub Item I",
        "Sub Item II"
    ],
    "Sub Item B": [
        "Sub Item I",
        "Sub Item II": [
        ]
    ]
    "Sub Item C": {
        "i--": {
            "Image name 1": [
                "Image link 1"
            ],
            "Image name 2": [
                "Image link 2"
            ]
        }
    }
}         

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages