Skip to content

ylwb/markmap-lib

 
 

Repository files navigation

markmap-lib

NPM License Downloads

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.

Related

About

Visualize your Markdown as mindmaps with Markmap.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 72.4%
  • JavaScript 25.1%
  • HTML 2.5%