1.1.9 • Published 3 years ago

gitbook-plugin-mind-maps v1.1.9

Weekly downloads
28
License
MIT
Repository
github
Last release
3 years ago

gitbook-mindmaps

A GitBook plugin for generating mindmaps with Markdown, and see the Demo directly.

npm javascript gitbook gitbook

npm.io npm.io GitHub license npm

mind-maps

Installation

Add the following plugins to your book.json and run the command gitbook install

{
	"plugins": ["mind-maps"]
}

Usage

  1. Generate mind maps with Markdown headings syntax:

    ```mind:height=300,title=a mind map of something,color
    # 1
    ## 1.1
    ### 1.1.1
    ## 1.2
    # 2
    # 3
    ```
    • height (optional): to specify the map height
    • title (optional): to specify a title for this map
    • color (optional): to generate a colorful map
  2. Generate with Markdown list items syntax:

    ```mind
    - 1
      - 1.1
        - 1.1.1
      - 1.2
    - 2
    - 3
    ``` 

TODO

  • Use unlimited headings for generating mind maps
  • Support HTML tags

Release History

  • ==================== 1.0.0 Initial release ==================== 1.0.4 bug fix 1.0.5 fix empty line 1.0.8 style enhancement 1.0.9 support custom border color
    • 1.1.0 remove nested restriction in remarkable #1
    • 1.1.4 support HTML tags #2
    • 1.1.7 use gitbook-color to support light or dark theme
    • 1.1.9 import eslint

:fuelpump: How to contribute

Have an idea? Found a bug? See how to contribute.

:scroll: License

MIT © aleen42

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.1

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago