Show HN: Create a Skill Tree to Track Your Learning Progress(strikingloo.github.io)
strikingloo.github.io
Show HN: Create a Skill Tree to Track Your Learning Progress
https://strikingloo.github.io/skilltree
1 comments
Update. Even though I didn't use the DOT syntax exactly, I added some syntactic improvements so that expressinga more complex dependency graph is easier.
Now it allows for edges specified as
{1,2,3} {4,5,6} (skills 4, 5 and 6 all depend on 1, 2 and 3), and the levels now can be expressed as
1 {skill 1, skill 2, skill 3}
Oh, I had used a program that used the DOT syntax without knowing that was its name. GraphViz was its name I think, but I may be wrong.
Thank you!
Thank you!
For example, your sample skill tree would just be something like this:
There's a JS-based playground for DOT (and various other graph description languages) at https://rsms.me/graphviz/