Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>EPUB ToolboxNew to Visual Studio Code? Get it now.
EPUB Toolbox

EPUB Toolbox

Morten Teinum

|
2 installs
| (0) | Free
Read and preview EPUB files directly in VS Code with full table of contents navigation
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

EPUB Toolbox

Tests Release GitHub release License: MIT

A Visual Studio Code extension for reading and previewing EPUB files directly in your editor.

Features

  • 📚 Full EPUB Support - Read both EPUB 2 and EPUB 3 format ebooks
  • 📖 Hierarchical Table of Contents - Navigate through chapters with an expandable tree structure
  • 📊 Book Metadata - View title, author, publisher, and EPUB version
  • 🖼️ Cover Display - See book covers when available
  • 🎨 Theme Integration - Automatic light/dark mode support matching VS Code theme
  • ⌨️ Easy Navigation - Previous/Next chapter buttons for seamless reading
  • 🔍 Active Chapter Highlighting - Always know where you are in the book

Usage

  1. Open any .epub file in VS Code
  2. The file will automatically open in the EPUB Preview editor
  3. Use the Table of Contents sidebar to navigate chapters
  4. Click Previous/Next buttons to move between chapters
  5. The current chapter is automatically highlighted in the TOC

Installation

From VS Code Marketplace

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
  3. Search for "EPUB Toolbox"
  4. Click Install

Or install directly from the command line:

code --install-extension morten-teinum.epub-toolbox

From GitHub Releases

  1. Download the .vsix file from releases
  2. Install via command line:
    code --install-extension epub-toolbox-*.vsix
    
  3. Or in VS Code: Extensions → ⋯ (More Actions) → Install from VSIX

Requirements

  • VS Code version 1.80.0 or higher

Support

If you find this extension helpful, consider supporting its development:

Buy Me A Coffee

Contributing

Contributions are welcome! Please see CONTRIBUTING.md for development setup, build instructions, and release process.

License

MIT

Credits

Built with epub.js - A JavaScript library for rendering ebooks.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft