Convert arXiv papers to Markdown in one click. Perfect LaTeX formulas.
Quick Start • Features • Installation • 中文文档
Stop manually renaming PDFs like 2312.12345.pdf.
arXiv to Markdown gives you Attention Is All You Need(2017).md instantly.
- Readable: Edit in Obsidian, Notion, or VS Code.
- Searchable: Full-text search works instantly.
- Clean: LaTeX formulas are preserved perfectly.
- ⚡ Fast: Converts most papers in < 1 second.
- 🧮 LaTeX Support: Preserves inline
$E=mc^2$and block$$...$$formulas. - 🖼️ Images: Keeps images (linked to ar5iv CDN).
- 🔄 Smart Fallback: If Markdown isn't available, it downloads a properly named PDF.
- 🔒 Private: 100% local processing. No data collection.
- Install the extension.
- Go to any arXiv paper page (e.g., 1706.03762).
- Click "Save as Markdown" (purple button) or "Save PDF" (orange button).
Note: For very new papers (published < 2 days ago), the Markdown button might be hidden if ar5iv hasn't processed them yet. Use "Save PDF" instead.
- Clone this repo:
git clone https://github.com/Tendo33/arxiv-md.git cd arxiv-md npm install npm run build - Open Chrome ->
chrome://extensions/ - Enable Developer mode.
- Click Load unpacked and select the
distfolder.
Download from Chrome Web Store
We use a Two-Tier Strategy:
- Tier 1 (Preferred): Fetch HTML5 from ar5iv.org and convert to Markdown locally using Turndown.
- Tier 2 (Fallback): If ar5iv is unavailable, download the PDF and rename it automatically.
MIT License. Made with ❤️ by SimonSun.