diff --git a/Activate-overlay-to-hide-parts-of-the-screen.md b/Activate-overlay-to-hide-parts-of-the-screen.md index 6560220..ca9f0a9 100644 --- a/Activate-overlay-to-hide-parts-of-the-screen.md +++ b/Activate-overlay-to-hide-parts-of-the-screen.md @@ -16,7 +16,7 @@ This image was created by simply taking a screenshot of the video source and cut ![SC2Pattern](https://user-images.githubusercontent.com/19472752/158250185-2cb45f95-a5d3-4465-9772-75943ec26ee5.png) -Now we can [create our macros](Creating-a-macro) to automate the showing and hiding of the color source overlay. +Now we can [create our macros](Macros#creating-a-new-macro) to automate the showing and hiding of the color source overlay. We start by creating a macro to show the color source if the pattern is found: ![VideoCondition1](https://user-images.githubusercontent.com/19472752/158251264-cdb92b15-7552-4b26-956c-b5a0e04f19c6.PNG) diff --git a/Creating-a-macro.md b/Macros.md similarity index 100% rename from Creating-a-macro.md rename to Macros.md diff --git a/Show-webcam-only-when-speaking.md b/Show-webcam-only-when-speaking.md index bbdedc5..2e3fd9c 100644 --- a/Show-webcam-only-when-speaking.md +++ b/Show-webcam-only-when-speaking.md @@ -1,4 +1,4 @@ -To achieve this effect you will have to [create two macros](Creating-a-macro). +To achieve this effect you will have to [create two macros](Macros#creating-a-new-macro). * One responsible for showing the webcam source when appropriate ... ![](https://obsproject.com/forum/attachments/showwebcam-png.76772) * Another to hide hide the webcam source ... diff --git a/Toggle-visibility-of-scene-items-on-a-timer.md b/Toggle-visibility-of-scene-items-on-a-timer.md index 75be5aa..cae2ba6 100644 --- a/Toggle-visibility-of-scene-items-on-a-timer.md +++ b/Toggle-visibility-of-scene-items-on-a-timer.md @@ -3,7 +3,7 @@ In the following example we will set up a series of macros which allow us to ach * On a set interval the visibility of sources on a scene will be toggled so that only one of the source is visible at a time * The automated loop can be started and stopped via the press of a hotkey -We will need to [create macros](Creating-a-macro) for the following functionality: +We will need to [create macros](Macros#creating-a-new-macro) for the following functionality: * A macro running the "main" loop * A macro to start the loop (*) diff --git a/Video-condition.md b/Video-condition.md index 423e1b3..ad98668 100644 --- a/Video-condition.md +++ b/Video-condition.md @@ -114,7 +114,7 @@ Limiting the area which is to be check can also drastically improve the performa ## Example (output has not changed) -Have a look at the [creating a macro](Creating-a-macro#creating-a-new-macro) page for an example on how to automatically switch to a specified scene if the output of a video source has not changed for a specified amount of time. +Have a look at the [creating a macro](Macros#creating-a-new-macro) page for an example on how to automatically switch to a specified scene if the output of a video source has not changed for a specified amount of time. ## Example (pattern match) diff --git a/_Sidebar.md b/_Sidebar.md index 28317b9..72a7699 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -11,8 +11,8 @@ * [Split recording of stream into chunks](Automatically-split-recording-of-stream-into-chunks) # Explanations * [Starting and stopping the plugin](Starting-and-stopping-the-plugin) - * [Macros explained](Creating-a-macro#what-are-macros) - * [Creating a macro](Creating-a-macro#creating-a-new-macro) + * [Macros explained](Macros#what-are-macros) + * [Creating a macro](Macros#creating-a-new-macro) * [Pausing macros](Pausing-macros) * [Macro time restrictions](Macro-time-restrictions) * [Video condition](Video-condition)