brainpm / bpm-webplayer

display interactive content bundled by brainpm (bpm) in a web browser
0 stars 0 forks source link

track names #6

Closed regular closed 9 years ago

regular commented 9 years ago

while the track colors (yellow, black, blue) can actually be derived from the TOC, what we really need in .bpmrc is a mapping between track color and track name to display:

Something like this:

(Suggestions for better names are welcome)

Format could be JSON

$ cat ~/.bpmrc
github_username=regular
track_titles={blue: "Collaboration", yellow:"Science & History" ... }
regular commented 9 years ago

new format of .bpmrc is

github_user=regular
github_organisation=shecodes-content
tracks="yellow:Science & History::black:Engineering::blue:Collaboration"