Skip to content

Instantly share code, notes, and snippets.

View gjroelofs's full-sized avatar

Gijs-Jan Roelofs gjroelofs

View GitHub Profile
/*************** Hierarchical Sections *******************/
var folders = {
// "<name>" : JQueryObject (section)
};
var childMapping = {
// "PX-2": [
// "Sprint Planning"
// ],
@gjroelofs
gjroelofs / CSS TOC - Coda
Created October 12, 2019 14:07
CSS for automatic TOC creation for Coda
/** Table of Contents. **/
#toc {
position: fixed;
display: table;
padding: 10px;
border: 1px solid #a2a9b1;
background-color: white;
padding: 5px;
font-size: 95%;
/* Move help button to the top */
.help_button--button--4Ly1iuWp {
top: 22px;
}
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using Sirenix.OdinInspector;
using Sirenix.OdinInspector.Editor;
using UnityEngine;
using TypeCache = UnityEditor.TypeCache;