From 38d4da54163b695927c9e9fea63b4cc02b840b12 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 6 Aug 2024 12:40:54 -0300 Subject: [PATCH] copy --- aider/website/docs/usage/images-urls.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/aider/website/docs/usage/images-urls.md b/aider/website/docs/usage/images-urls.md index 0ee6bc5dc..2cecfdef6 100644 --- a/aider/website/docs/usage/images-urls.md +++ b/aider/website/docs/usage/images-urls.md @@ -1,10 +1,10 @@ --- parent: Usage nav_order: 700 -description: Add images and URLs to the aider coding chat. +description: Add images and web pages to the aider coding chat. --- -# Images & URLs +# Images & web pages You can add images and URLs to the aider chat. @@ -23,9 +23,10 @@ You can add images to the chat just like you would add any other file: - Use `/add ` from within the chat +- Use `/add-clipboard-image` to paste an image from your clipboard into the chat. - Launch aider with image filenames on the command line: `aider ` along with any other command line arguments you need. -## URLs +## Web pages Aider can scrape the text from URLs and add it to the chat. This can be helpful to: