A music player that connects to your cloud/distributed storage.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: theme descriptions

+6 -1
+1 -1
src/_components/list.vto
··· 8 8 <a href="{{item.url}}">{{item.title}}</a> 9 9 {{ /if }} 10 10 {{ if item.desc }} 11 - <div class="list-description">{{item.desc}}</div> 11 + <div class="list-description">{{item.desc |> md(true)}}</div> 12 12 {{ /if }} 13 13 </li> 14 14 {{ /for }}
+5
src/index.vto
··· 6 6 themes: 7 7 - url: "themes/blur/" 8 8 title: "Blur" 9 + todo: true 10 + desc: > 11 + **A DJ theme with an Apple-inspired playback view.** Features two audio players instead of the usual one. 9 12 - url: "themes/webamp/" 10 13 title: "Webamp" 14 + desc: > 15 + **Winamp 2 + Windows 98**. Uses Webamp as the audio player connected to various Diffuse elements. Also features a desktop-like Windows 98 environment in which you can open "programs" that control the used Diffuse elements. 11 16 12 17 # ELEMENTS 13 18