New post for revisiting terminal session history with both input and output.

This commit is contained in:
Norm Rasmussen
2024-03-19 13:47:03 -04:00
parent 7601396ffb
commit 80a579f360
37 changed files with 1399 additions and 56 deletions

View File

@ -7,7 +7,7 @@
<meta name="robots" content="index, follow">
<title>Google Sheets to Slides with Scripts: an Automation | Norm-working Packets 💾</title>
<meta name="keywords" content="google, scripts, sheets">
<meta name="description" content="Learn about running a quick automation that turns rows in your Google Sheets and plugs it into a Google [Slide](2024-02-26_slide.md) template to easily share more attractive content.">
<meta name="description" content="Learn about running a quick automation that turns rows in your Google Sheets and plugs it into a Google Slide template to easily share more attractive content.">
<meta name="author" content="Me">
<link rel="canonical" href="../posts/google_scripts_sheets_to_slides.html">
<script defer data-domain="selfhosted.rsmsn.co" src="https://analytics.rsmsn.co/js/script.js"></script>
@ -29,7 +29,7 @@
</style>
</noscript><meta property="og:title" content="Google Sheets to Slides with Scripts: an Automation" />
<meta property="og:description" content="Learn about running a quick automation that turns rows in your Google Sheets and plugs it into a Google [Slide](2024-02-26_slide.md) template to easily share more attractive content." />
<meta property="og:description" content="Learn about running a quick automation that turns rows in your Google Sheets and plugs it into a Google Slide template to easily share more attractive content." />
<meta property="og:type" content="article" />
<meta property="og:url" content="/posts/google_scripts_sheets_to_slides.html" />
<meta property="og:image" content="/%3Cimage%20path/url%3E" /><meta property="article:section" content="posts" />
@ -39,7 +39,7 @@
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="/%3Cimage%20path/url%3E" />
<meta name="twitter:title" content="Google Sheets to Slides with Scripts: an Automation"/>
<meta name="twitter:description" content="Learn about running a quick automation that turns rows in your Google Sheets and plugs it into a Google [Slide](2024-02-26_slide.md) template to easily share more attractive content."/>
<meta name="twitter:description" content="Learn about running a quick automation that turns rows in your Google Sheets and plugs it into a Google Slide template to easily share more attractive content."/>
<script type="application/ld+json">
@ -68,7 +68,7 @@
"@type": "BlogPosting",
"headline": "Google Sheets to Slides with Scripts: an Automation",
"name": "Google Sheets to Slides with Scripts: an Automation",
"description": "Learn about running a quick automation that turns rows in your Google Sheets and plugs it into a Google [Slide](2024-02-26_slide.md) template to easily share more attractive content.",
"description": "Learn about running a quick automation that turns rows in your Google Sheets and plugs it into a Google Slide template to easily share more attractive content.",
"keywords": [
"google", "scripts", "sheets"
],
@ -152,7 +152,7 @@
Google Sheets to Slides with Scripts: an Automation
</h1>
<div class="post-description">
Learn about running a quick automation that turns rows in your Google Sheets and plugs it into a Google [Slide](2024-02-26_slide.md) template to easily share more attractive content.
Learn about running a quick automation that turns rows in your Google Sheets and plugs it into a Google Slide template to easily share more attractive content.
</div>
<div class="post-meta"><span title='2024-02-25 10:14:30 -0500 EST'>February 25, 2024</span>&nbsp;·&nbsp;14 min&nbsp;·&nbsp;2963 words&nbsp;·&nbsp;Me
@ -307,7 +307,8 @@ screenshots of what this looks like for my example:</p>
<p><img loading="lazy" src="../posts/img/google_sheets_for_scripts_example.png" alt="Google Sheets Example" />
</p>
<p><img loading="lazy" src="../posts/img/google_slides_for_scripts_example.png" alt="Google Slides Example" />
</p>
<img src="./img/google_slides_for_scripts_example.png" alt="Example image"></p>
<h2 id="sheets-setup">Sheets Setup<a hidden class="anchor" aria-hidden="true" href="#sheets-setup">#</a></h2>
<p>Ignoring any design from my screenshots - all credit goes to my much more creative wife - the setup for the sheet is fairly
simple. You need various headings in Row A of the sheet which we will be using to reference data. In this tutorial, our
@ -931,6 +932,11 @@ details {
<li><a href="../tags/sheets.html">Sheets</a></li>
</ul>
<nav class="paginav">
<a class="prev" href="../posts/save_terminal_to_file.html">
<span class="title">« Prev</span>
<br>
<span>How to Revisit your Terminal Session&#39;s History</span>
</a>
<a class="next" href="../posts/openresty_and_package_update_issues.html">
<span class="title">Next »</span>
<br>