Metadata-Version: 2.4
Name: mdvw
Version: 0.1.0
Summary: Fast, portable, fully offline Markdown viewer/editor for Windows.
Project-URL: Homepage, https://github.com/ThomasRohde/mdvw
Project-URL: Issues, https://github.com/ThomasRohde/mdvw/issues
Project-URL: Changelog, https://github.com/ThomasRohde/mdvw/blob/main/CHANGELOG.md
Author-email: Thomas Klok Rohde <rohde.thomas@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: editor,katex,markdown,mermaid,viewer,windows
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Text Processing :: Markup :: Markdown
Requires-Python: >=3.13
Requires-Dist: darkdetect>=0.8
Requires-Dist: linkify-it-py>=2.0
Requires-Dist: markdown-it-py>=3.0
Requires-Dist: mdit-py-plugins>=0.4.2
Requires-Dist: nh3>=0.2.19
Requires-Dist: pillow>=11.0
Requires-Dist: pystray>=0.19.5
Requires-Dist: pywebview>=5.4
Requires-Dist: pywin32>=308; sys_platform == 'win32'
Requires-Dist: watchfiles>=1.0
Provides-Extra: dev
Requires-Dist: pyinstaller>=6.11; extra == 'dev'
Requires-Dist: pytest-cov>=6.0; extra == 'dev'
Requires-Dist: pytest>=8.3; extra == 'dev'
Requires-Dist: ruff>=0.8; extra == 'dev'
Description-Content-Type: text/markdown

# mdvw

Quick, portable, fully offline Markdown viewer and editor for Windows.

- **Offline-first**: KaTeX, Mermaid, highlight.js, and fonts all bundled — no network required.
- **GFM + extensions**: tables, task lists, footnotes, `==highlight==`, `++underline++`, `{color:…}…{/color}`.
- **Native feel**: system tray, follow-system dark/light theme, `.md` file associations.
- **Live reload**: edits on disk reflect instantly.

## Install

```
pip install mdvw
```

Python 3.13+ required. Windows only.

Or grab the standalone `mdvw-win-x64.zip` from [Releases](https://github.com/ThomasRohde/mdvw/releases).

## Usage

```
mdvw notes.md              # open a file
mdvw --edit notes.md       # open in edit mode
mdvw --no-tray             # no system tray icon
mdvw --register            # associate .md with mdvw
mdvw --unregister          # remove association
```

Shortcuts: `E` toggle edit, `Ctrl+S` save, `Ctrl+O` open.

## License

MIT
