diff --git a/content/posts/google_scripts_sheets_to_slides.md b/content/posts/google_scripts_sheets_to_slides.md index 7fae51b..df55e3e 100644 --- a/content/posts/google_scripts_sheets_to_slides.md +++ b/content/posts/google_scripts_sheets_to_slides.md @@ -6,7 +6,7 @@ categories: ["Tutorial"] author: "Me" showToc: true TocOpen: false -draft: true +draft: false hidemeta: false 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." disableHLJS: true # to disable highlightjs diff --git a/content/posts/img/.DS_Store b/content/posts/img/.DS_Store index 5008ddf..0a1416d 100644 Binary files a/content/posts/img/.DS_Store and b/content/posts/img/.DS_Store differ diff --git a/content/posts/img/google_sheets_menu_example copy.png b/content/posts/img/google_sheets_menu_example copy.png new file mode 100644 index 0000000..8ce267c Binary files /dev/null and b/content/posts/img/google_sheets_menu_example copy.png differ diff --git a/public/categories.html b/public/categories.html index a869601..8dbdf6f 100644 --- a/public/categories.html +++ b/public/categories.html @@ -92,7 +92,7 @@ diff --git a/public/categories/index.xml b/public/categories/index.xml index 1c1804a..c986ee2 100644 --- a/public/categories/index.xml +++ b/public/categories/index.xml @@ -6,12 +6,12 @@ Recent content in Categories on Norm-working Packets 💾 Hugo -- gohugo.io en-us - Wed, 04 Oct 2023 10:35:23 -0400 + Sun, 25 Feb 2024 10:14:30 -0500 Tutorial /categories/tutorial.html - Wed, 04 Oct 2023 10:35:23 -0400 + Sun, 25 Feb 2024 10:14:30 -0500 /categories/tutorial.html diff --git a/public/categories/tutorial.html b/public/categories/tutorial.html index 6ca1bdb..c6ac3ce 100644 --- a/public/categories/tutorial.html +++ b/public/categories/tutorial.html @@ -92,6 +92,19 @@ +
+
+

Google Sheets to Slides with Scripts: an Automation +

+
+
+

Overview Recently, my wife needed help in sharing weekly content with a group of people. The original way this group was sharing content was a PDF export of a Google Doc. From a User Experience perspective, it wasn’t great. Someone would received this long PDF, they would have to scroll to find the date or topic of the next additional_notes, and overall didn’t look great. +While she had developed the Google Sheets and Google Slide system to make everything a bit more legible and navigable, there was still an element of copy and paste from the Sheet to the Slide....

+
+
February 25, 2024 · 14 min · 2963 words · Me
+ +
+

BirdNET-PI & HomeAssistant: Part 2 diff --git a/public/categories/tutorial/index.xml b/public/categories/tutorial/index.xml index bbd9fef..7ae81ea 100644 --- a/public/categories/tutorial/index.xml +++ b/public/categories/tutorial/index.xml @@ -6,8 +6,15 @@ Recent content in Tutorial on Norm-working Packets 💾 Hugo -- gohugo.io en-us - Wed, 04 Oct 2023 10:35:23 -0400 + Sun, 25 Feb 2024 10:14:30 -0500 + + Google Sheets to Slides with Scripts: an Automation + /posts/google_scripts_sheets_to_slides.html + Sun, 25 Feb 2024 10:14:30 -0500 + /posts/google_scripts_sheets_to_slides.html + 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. + BirdNET-PI & HomeAssistant: Part 2 /posts/birdnet_homeassistant_part2.html diff --git a/public/index.html b/public/index.html index 1af3c9a..53c17aa 100644 --- a/public/index.html +++ b/public/index.html @@ -135,6 +135,19 @@

+
+
+

Google Sheets to Slides with Scripts: an Automation +

+
+
+

Overview Recently, my wife needed help in sharing weekly content with a group of people. The original way this group was sharing content was a PDF export of a Google Doc. From a User Experience perspective, it wasn’t great. Someone would received this long PDF, they would have to scroll to find the date or topic of the next additional_notes, and overall didn’t look great. +While she had developed the Google Sheets and Google Slide system to make everything a bit more legible and navigable, there was still an element of copy and paste from the Sheet to the Slide....

+
+
February 25, 2024 · 14 min · 2963 words · Me
+ +
+

QuickHits: OpenResty and Package Updates @@ -211,19 +224,6 @@ What you will need BirdNET-Pi HomeAssistant AppDaemon MQTT Broker (I use Mosquit
September 30, 2023 · 12 min · 2484 words · Me

- -
-
-

Pushing a Single Local Git Repo to Multiple Remote Repos -

-
-
-

Why push to multiple repos? Do want to use both Github & and a Self-hosted Git Repo? Here’s how I’ve been doing it! -I really enjoy self-hosting services that I use everyday. One of those includes a git-style version control software. In my case, I’ve been running Gitea for a few years now and have been really satisfied with everything (except for that one time that an update broke all my templates)....

-
-
September 22, 2023 · 2 min · 403 words · Me
- -