Browse Source

notes/ideas

windhamdavid 5 months ago
parent
commit
70c24adfd0
3 changed files with 12 additions and 0 deletions
  1. 7 0
      notes/ideas.md
  2. 1 0
      notes/index.md
  3. 4 0
      sidebarsnotes.js

+ 7 - 0
notes/ideas.md

@@ -0,0 +1,7 @@
+# Ideas
+
+23/12/18 - Just needed a place to make some short notes on a variety of topics. I considered making this a list, but they tend to be references and not personal.
+
+## Log
+
+23/12/18 - add Prism syntax highlighter into the Gutenberg Code editor to make it easier to copy/paste into templates.

+ 1 - 0
notes/index.md

@@ -7,6 +7,7 @@ slug: /
 
 ## Log
 
+- 23/12/18 - Added [Ideas](/notes/ideas)
 - 23/12/17 - [health](/notes/health)
 - 23/11/05 - [house/studio](/notes/house/studio)
 - 23/10/20 - [house/build](/notes/house/build)

+ 4 - 0
sidebarsnotes.js

@@ -86,6 +86,10 @@ module.exports = {
         'house/studio'
       ]
     },
+    {
+      type:'doc',
+      id:'ideas',
+    },
     {
       type:'doc',
       id:'tennis',