Wiki Cheatsheet - Jeremy

From Open Source Ecology
Revision as of 16:59, 4 March 2020 by Jeremyd (talk | contribs) (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 "...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

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>

/html>
<!-- Put TOC into div and float it to the right side of screen -->
<div class="toclimit-3" style="float:right;">__TOC__</div>

<!-- Put Time Log into div and float it to the right side of screen, clear all items floated to right -->
<html><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>