kurusugawa-computer / markdown-copilot-vscode

OpenAI ChatGPT API client for VSCode
https://marketplace.visualstudio.com/items?itemName=kurusugawa-computer.markdown-copilot
MIT License
9 stars 2 forks source link

Support for Scraping #20

Open squld opened 3 months ago

squld commented 3 months ago

Proposal

We need a feature to import contents of a requested URL into an editor buffer. Perhaps we can easily implement this feature using https://jina.ai/reader . This feature allows users to easily create documents that reference information on the web.

Other information

Maybe it would be better to implement this feature as a separate extension?