This commit is contained in:
Paul Gauthier 2024-08-06 12:40:54 -03:00
parent 14b26420b1
commit 38d4da5416

View file

@ -1,10 +1,10 @@
--- ---
parent: Usage parent: Usage
nav_order: 700 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. 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: add any other file:
- Use `/add <image-filename>` from within the chat - Use `/add <image-filename>` 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 <image-filename>` along with any other command line arguments you need. - Launch aider with image filenames on the command line: `aider <image-filename>` 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. Aider can scrape the text from URLs and add it to the chat.
This can be helpful to: This can be helpful to: