wenyikun / dodo-reader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dodo Reader README

Dodo Reader is a Visual Studio Code extension that allows reading various formats like EPUB/PDF.

Features

example

  1. Place the EPUB/PDF file in the workspace, and click to open the file.
  2. Content display area.
  3. Switch between the previous chapter and the next chapter using buttons or left/right keys.
  4. Toggle the display of the table of contents.

Getting Started

To set up the development environment, start by launching the webview static page packaging:

npm run web:watch

To activate the extension, press F5.

For building the production code:

npm run vscode:prepublish

About

License:MIT License


Languages

Language:JavaScript 88.4%Language:CSS 6.2%Language:HTML 2.3%Language:TypeScript 1.7%Language:Vue 1.4%