Auto-scrolling viewer for arxiv.lol live feed inside VS Code
- JavaScript 100%
- Opens arxiv.lol in a webview panel with auto-scrolling - Controls: pause/resume, speed up/down, jump to top/bottom - Keyboard shortcuts: Space, Arrow Up/Down - Configurable scroll speed and URL via settings |
||
|---|---|---|
| src | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
arXiv Auto-Scroll — VS Code Extension
Auto-scrolling viewer for arxiv.lol live feed inside VS Code.
Installation
From .vsix file
- Download the latest
.vsixfrom Releases - Install via terminal:
Or in VS Code:code --install-extension arxiv-autoscroll-0.1.0.vsixCtrl+Shift+P→ "Extensions: Install from VSIX..." → select the file.
From source
git clone https://github.com/alexwortega/arxiv-autoscroll-vscode.git
cd arxiv-autoscroll-vscode
npm install
npx @vscode/vsce package --no-dependencies --allow-missing-repository
code --install-extension arxiv-autoscroll-0.1.0.vsix
Usage
- Open Command Palette:
Ctrl+Shift+P(orCmd+Shift+Pon macOS) - Run "arXiv: Open Auto-Scroll Feed"
Controls
| Action | Button | Keyboard |
|---|---|---|
| Pause / Resume | ⏸ Pause | Space |
| Speed up | + Faster | Arrow Up |
| Slow down | − Slower | Arrow Down |
| Jump to top | ↑ Top | — |
| Jump to bottom | ↓ Bottom | — |
Settings
| Setting | Default | Description |
|---|---|---|
arxivAutoscroll.scrollSpeed |
1 |
Scroll speed in pixels per frame (0.1–20) |
arxivAutoscroll.url |
https://arxiv.lol/ |
URL to load in the viewer |
Commands
arXiv: Open Auto-Scroll Feed— open the feed panelarXiv: Pause/Resume Scroll— toggle scrollingarXiv: Scroll Faster— increase speed by 0.5pxarXiv: Scroll Slower— decrease speed by 0.5px
License
MIT