dundalek / markmap

Visualize markdown documents as mindmaps
MIT License
1.7k stars 175 forks source link

Will this work in a browser-only scenario? #25

Closed rmtuckerphx closed 5 years ago

rmtuckerphx commented 5 years ago

Trying to setup a simple client-side only diagram hosted on Github Pages where the data.md file is contained in the repo.

Do you have a sample of that?

dundalek commented 5 years ago

Yeah, there are examples of the browser usage here: https://github.com/dundalek/markmap/tree/master/examples/browser

rmtuckerphx commented 5 years ago

Any reason why these wouldn't be working in a Github Pages environment? Haven't got those examples working yet.

dundalek commented 5 years ago

Depends on how the publishing system is set up. This library is primarily aimed for developers, so some expertise to wire things up is needed.