From c2e9d01b12a68535d1bdfef9e1c6ac4bd1c25820 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 27 Aug 2024 13:08:21 -0700 Subject: [PATCH] show the video on aider.chat --- README.md | 11 +++++++++++ aider/website/index.md | 24 ++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/README.md b/README.md index 25a9399f4..7addacea2 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,23 @@ Start a new project or work with an existing git repo. Aider works best with GPT-4o & Claude 3.5 Sonnet and can [connect to almost any LLM](https://aider.chat/docs/llms.html). +

aider screencast

+ + +

diff --git a/aider/website/index.md b/aider/website/index.md index af9e14ad3..3cd7b5b51 100644 --- a/aider/website/index.md +++ b/aider/website/index.md @@ -10,6 +10,19 @@ text = open("README.md").read() text = text.replace('['*3 + 'cog', ' NOOP ') text = text.replace('['*3 + 'end', ' NOOP ') text = text.replace(']'*3, '') + +# embedding these confuses the syntax highlighter while editing index.md +com_open = '' + +# comment out the screencast +text = text.replace('SCREENCAST START ' + com_close, '') +text = text.replace(com_open + ' SCREENCAST END', '') + +# uncomment the video +text = text.replace('VIDEO START', com_close) +text = text.replace('VIDEO END', com_open) + cog.out(text) ]]]--> @@ -23,12 +36,23 @@ Start a new project or work with an existing git repo. Aider works best with GPT-4o & Claude 3.5 Sonnet and can [connect to almost any LLM](https://aider.chat/docs/llms.html). + + + +

+ +

+