diff --git a/rules/chatgpt-for-powerpoint/rule.md b/rules/chatgpt-for-powerpoint/rule.md index b661465d6d5..75d730aaef4 100644 --- a/rules/chatgpt-for-powerpoint/rule.md +++ b/rules/chatgpt-for-powerpoint/rule.md @@ -8,7 +8,7 @@ authors: created: 2023-07-31T16:29:02.708Z guid: 87b105e9-98f7-467e-ad88-7861795bb1d5 --- -By now, you’ve probably realised that you can ask ChatGPT to create a content for a PPT, which you can then copy and paste into PowerPoint, but this is still time consuming. The next level is to get it to then create the VBA script that can be run to generate the whole PPT 😀 +By now, you’ve probably realised that you can ask ChatGPT to create content for a PPT, which you can then copy and paste into PowerPoint, but this is still time consuming. The next level is to get it to then create the VBA script that can be run to generate the whole PPT 😀 Here’s a great prompt template for doing both! Feel free to play around with things like the preferred format or title colours. @@ -19,11 +19,11 @@ Here’s a great prompt template for doing both! Feel free to play around with t 1. Select the **Smart Slides** plugin from the plugin store ::: greybox -You are an expert presentation writer and PowerPoint expert. -Write a PowerPoint presentation on {TOPIC}. +You are an expert presentation writer and PowerPoint expert.\ +Write a PowerPoint presentation on {TOPIC}.\ Each slide should have a title. \ -The content on each slide should be in bullet point format. -Don't give me advice on what to talk about on each slide, instead give me the actual content I can use. +The content on each slide should be in bullet point format.\ +Don't give me advice on what to talk about on each slide, instead give me the actual content I can use.\ 1st, ask for the {TOPIC} ::: @@ -34,13 +34,13 @@ Figure: Prompt Template for creating a PowerPoint presentation ### If you're on GPT3 (or you want to add more custom specs) ::: greybox -You are an expert presentation writer and PowerPoint expert. -Write a PowerPoint presentation on {TOPIC}. +You are an expert presentation writer and PowerPoint expert.\ +Write a PowerPoint presentation on {TOPIC}.\ Each slide should have a title that this is colour: RGB(204, 65, 65). \ -The content on each slide should be in bullet point format. -Don't give me advice on what to talk about on each slide, instead give me the actual content I can use. -Then create a VBA script to create the PPT including slide titles and all content on each slide. -Do not save the PPT. +The content on each slide should be in bullet point format.\ +Don't give me advice on what to talk about on each slide, instead give me the actual content I can use.\ +Then create a VBA script to create the PPT including slide titles and all content on each slide.\ +Do not save the PPT.\ 1st, ask for the {TOPIC} :::