JSPM

markmap-lib

0.4.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 18736
  • Score
    100M100P100Q140924F
  • License MIT

Visualize your Markdown as mindmaps with Markmap

Package Exports

  • markmap-lib
  • markmap-lib/dist/transform
  • markmap-lib/dist/transform.common
  • markmap-lib/dist/view
  • markmap-lib/dist/view.common

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (markmap-lib) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

markmap-lib

Visualize your Markdown as mindmaps.

This project is heavily inspired by Markmap.

It is a complete reimplementation with some additional features:

  • command-line usage
  • multiline text
  • text styles
  • links
  • friendly to browsers

markdown mindmap

Installation

$ yarn global add markmap-lib
# or
$ npm i markmap-lib -g

Usage

Suppose you have a Markdown file named README.md.

Run the command below:

$ markmap README.md

# without installation
$ npx markmap-lib README.md

Then you will get a README.html in the same directory, and hopefully it will be open in your default browser.