Wiki Cheatsheet - Jeremy: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==Embed Google Sheet as EDITABLE from WIKI Page== [https://community.spiceworks.com/how_to/133689-how-to-embed-an-editable-google-docs-sheet Embed Editable Google Doc] + add "...") |
|||
Line 23: | Line 23: | ||
</style> | </style> | ||
<!-- Put TOC into div and float it to the right side of screen --> | <!-- Put TOC into div and float it to the right side of screen --> | ||
</html> | |||
<div class="toclimit-3" style="float:right;">__TOC__</div> | <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 --> | <!-- 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> | |||
</nowiki> | </nowiki> |
Latest revision as of 17:00, 4 March 2020
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>