1 pointby belai4 hours ago1 comment
  • belai4 hours ago
    I built a VS Code extension that converts any technical article into a Jupyter notebook.

    Problem: I kept reading blog posts and papers but forgetting everything. Copy-pasting to ChatGPT loses context.

    Solution: Paste a URL, get a notebook. Then ask questions with `# %ask` — the LLM sees the full article as context.

    Features: - @voyager /url <url> → generates notebook with images - # %ask --model claude-sonnet-4 <question> → AI answers with full context - Works with any Copilot model (GPT-4o, Claude, Gemini)

    Built with: TypeScript, vscode.lm API, Mozilla Readability, Turndown

    Marketplace: https://marketplace.visualstudio.com/items?itemName=BlackEag...

    GitHub: https://github.com/blackeaglelabsai/voyagerai

    Would love feedback — especially on what content types you'd want this for.