From 9e1ed407c10cd3f3268aa885b6c7bff951fe1b4b Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Sun, 1 Sep 2024 21:29:20 +0200 Subject: [PATCH] Revert "Destroyed _Sidebar (markdown)" This reverts commit f416e11b6f905104111d9d027c53c36a047c8def. --- _Sidebar.md | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 _Sidebar.md diff --git a/_Sidebar.md b/_Sidebar.md new file mode 100644 index 0000000..72f4c80 --- /dev/null +++ b/_Sidebar.md @@ -0,0 +1,56 @@ +# [Home](Home) +# [FAQ](FAQ) +# Example guides + * [Show webcam only when speaking](Show-webcam-only-when-speaking) + * [Twitch Category Changer](Twitch-Category-Changer) + * [Show text source with latest Twitch follower](Show-text-source-with-latest-Twitch-follower) + * [Detect elements on screen and hide them automatically](Activate-overlay-to-hide-parts-of-the-screen) + * [Motion detection](Motion-detection) + * [Start other programs when starting OBS](Start-other-programs-when-starting-OBS) + * [Crossfading audio during scene changes](https://www.youtube.com/watch?v=JNZNzdsmIN4) + * [Switch scenes randomly](Switch-scenes-randomly) + * [Re-shuffle VLC source](https://www.youtube.com/watch?v=jV7e_FjmrM0) + * [Automatically switch scene if a game capture's target window no longer exists](Automatically-switch-scene-if-a-game-capture's-target-window-no-longer-exists) + * [Audio based scene switching in podcast setting](Variables#example-podcast) + * [Switching scenes based on portrait or landscape mode resolution of a window capture source](Scene-item-transform-condition#example-switching-scenes-based-on-portrait-or-landscape-mode-resolution-of-a-window-capture-source) + * [Set up a hotkey to start and stop recording with a fade from and to black](Set-up-hotkey-to-start-and-stop-recording-with-fade-from-and-to-black) + * [Automatically cycle through a list of scenes](Automatically-cycle-through-a-list-of-scenes) + * [Toggle visibility of scene items on a timer](Toggle-visibility-of-scene-items-on-a-timer) + * [Advance through a list of scenes by hotkey](Advance-through-a-list-of-scenes-by-hotkey) + * [Performing actions only when transitioning from A to B](Performing-actions-only-when-transitioning-from-A-to-B) + * [Media playlist with commercial interruptions](Media-playlist-with-commercial-interruptions) + * [Split recording of stream into chunks](Automatically-split-recording-of-stream-into-chunks) + * [Switching scenes for Aitum Vertical plugin](Switching-scenes-for-Aitum-Vertical-plugin) + * [Using MIDI devices](https://www.youtube.com/watch?v=kUNxEItiCG0&t=1098s) + * [Change capture window of Window Capture source](Change-capture-window-of-Window-Capture-source) + * [Show URLs in clipboard in browser source](https://www.youtube.com/watch?v=ChNgRWtvcfM) + +# Explanations + * [General tab overview](General-tab-overview) + * [Starting and stopping the plugin](Starting-and-stopping-the-plugin) + * [Macros explained](Macros#what-are-macros) + * [Creating a macro](Macros#creating-a-new-macro) + * [Pausing macros](Pausing-macros) + * [Macro duration modifiers](Macro-duration-modifiers) + * [Exporting and importing individual macros](Exporting-and-importing-individual-macros) + * [Audio condition](Audio-condition) + * [Cursor condition](Cursor-condition) + * [Date condition](Date-condition) + * [Hotkey condition](Hotkey#hotkey-condition) + * [Media condition](Media-condition) + * [Process condition](Process-condition) + * [Scene item transform condition](Scene-item-transform-condition) + * [Slide Show condition](Slide-Show-condition) + * [Video condition](Video-condition) + * [Audio action](Audio-action) + * [Http action](Http-action) + * [Hotkey action](Hotkey#hotkey-action) + * [Random action](Random-action) + * [Scene item visibility](Scene-item-visibility) + * [Sequence action](Sequence-action) + * [Variables](Variables) + * [Websockets](Websockets) + * [Scripting](Scripting) + * [Scene groups](Scene-groups) + * [Troubleshooting](Troubleshooting) + * [Saving and loading settings](Saving-and-loading-settings) \ No newline at end of file