From 8eda66667248b3756b97940f60c71af79c113305 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 3 Sep 2024 11:17:20 -0700 Subject: [PATCH] copy --- aider/website/docs/usage/images-urls.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aider/website/docs/usage/images-urls.md b/aider/website/docs/usage/images-urls.md index b3fb6797a59..2a7c9bce0a0 100644 --- a/aider/website/docs/usage/images-urls.md +++ b/aider/website/docs/usage/images-urls.md @@ -40,4 +40,9 @@ To add URLs to the chat: - Use `/web ` - Just paste the URL into the chat and aider will ask if you want to add it. +You can also scrape web pages from the command line to see the markdown version that aider produces: + +``` +python -m aider.scrape https://aider.chat/docs/usage/tips.html +```