onlywei / explain-git-with-d3

Use D3 to visualize simple git branching operations.
MIT License
1.71k stars 390 forks source link

Make the specific examples linkable #30

Open SoonDead opened 9 years ago

SoonDead commented 9 years ago

I would imagine this to include adding specific url fragment at the end of an url and parsing it at page load to initialize the specific example.

What would be even better is to be able to make my own custom examples. It would include serializing the current commit and origin data to json, converting it to base64 and add it to an url fragment or parameter.

This site is already pretty useful for explaining git concepts. Even laymen can digest most of what is happening. Since I plan to use it in presentations, loading an example instantly would be great.

onlywei commented 9 years ago

This is a good suggestion. I will explore some options.