Wiki Cheatsheet - Jeremy
Embed Google Sheet as EDITABLE from WIKI Page
Embed Editable Google Doc + add "&rm=minimal" to the query string to remove tool bars and login info.
Insert Carousel Gallery from Google Photos Album
- Great Link for embedding google photos galleries
Log CSS and Formatting
<html> <style> /* Hide all TOC items below level 1 */ .toclevel-1>ul { display: none; overflow: hidden; } /* This shows only the contents of the first TOC list. i.e. only the most current month, Allows for automatic rollup of prior months at start of new month. TODO: add hover or "show" button on all months after first for easy finding of specific day*/ .tocsection-1>ul { display: block; !important overflow: hidden; } </style> <!-- Put TOC into div and float it to the right side of screen --> </html> <div class="toclimit-3" style="float:right;">__TOC__</div> <html> <!-- Put Time Log into div and float it to the right side of screen, clear all items floated to right --> <div style="float:right; clear:right;"><h3>Time Log</h3><iframe width="400" height="395" src="https://osedev.org/wiki/Jeremy?start=9/1/2019"></iframe></div> </html>