Skip to content

ZjzMisaka/MDocReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MDocReader

Reading Markdown documents (e.g., GitHub wiki)
The initial purpose of this project is to help users who find it inconvenient to browse Github wikis by allowing them to view markdown-format wiki documents locally.

Usage

Extract the files from the compressed package into the wiki folder (at the same level as the markdown files), and then open MDocReader.exe.

Gif

Gif

Features

  • Allows Markdown files and image files to be saved in subdirectories and accessed in relative paths.
  • You can review your browsing history.
  • You can browse the complete list of files.
  • The software offers two themes: Light and Dark.
  • Browse local pictures by ![img](./img/img.png).
  • You can persist Markdown wiki documents (include local pictures) into an executable file, allowing you to browse the wiki documents anywhere by simply copying the exe file.

Shortcuts

  • Ctrl + Left to back.
  • Ctrl + Right to forward.
  • Ctrl + B to view file list.
  • Press Ctrl + T to switch themes.
  • Press Ctrl + Shift + S to persist the document.