Roll P Extractor is a lightweight VS Code extension that extracts text from the first <p> tag in your current HTML file and sends it to an external API (like OpenAI). The formatted JSON response is displayed directly in the VS Code Output panel.
⚙️ Features
✅ Extracts text from the first <p> tag
✅ Sends content to a custom API (configurable)
✅ Displays cleanly formatted responses
✅ Works seamlessly with APIs like OpenAI, Gemini, Claude, etc.
✅ Full TypeScript support
🚀 Usage
Open any HTML file containing a <p> tag.
Write your prompt inside the <p> tag.
Run the VS Code command: "Let Us Roll".
View the response in the RUN JSON Output Panel.
🔧 Settings
You can configure the extension in your VS Code settings (Ctrl + ,) under RollP Extension Settings.