windhamdavid 1 week ago
parent
commit
0ae3595b09
4 changed files with 16 additions and 5 deletions
  1. 4 0
      docs/computers/stu.md
  2. 1 0
      notes/art/paint.md
  3. 8 0
      notes/music/music.md
  4. 3 5
      sidebarsnotes.js

+ 4 - 0
docs/computers/stu.md

@@ -1,5 +1,9 @@
 # Stu 🪩
 
+![stu](/img/stu-disco.jpg)
+
+Stu Discothèque - Days of Future Future ( [ep. 548](https://simpsons.fandom.com/wiki/Days_of_Future_Future)] April 13, 2014 )
+Disco Stu becomes Nothing Stu at a center called MovingOn where Bart undergoes neural implants and Homer is being cloned by Frink. 
 
 ## Notes
 

+ 1 - 0
notes/art/paint.md

@@ -0,0 +1 @@
+# Paint

+ 8 - 0
notes/music/music.md

@@ -21,6 +21,14 @@ In Obsidian, I'm able to use the ABC Notation ( https://en.wikipedia.org/wiki/AB
 
 ## References
 
+- https://www.onlinemusictools.com
+- https://www.pianoscales.org
+- https://www.youtube.com/@DavidMagyelPiano
+- https://github.com/ZaneH/piano-trainer
+- https://www.youtube.com/@BillHilton
+- https://soundofemotions.eu
+
+
 ## See Also
 
 - [/lists/art/music](/lists/art/music/)

+ 3 - 5
sidebarsnotes.js

@@ -13,10 +13,7 @@ module.exports = {
         id:'art/art',
       },
       items: [
-        { 
-          type:'doc',
-          id:'art/design', 
-        },
+        'art/design',         
         {
           type: 'category',
           label: 'Education',
@@ -30,7 +27,8 @@ module.exports = {
             'art/education/design',
             'art/education/media',
           ],
-        }
+        },
+        'art/paint',
       ],
     },
     {