https://github.com/pseudomuto/muto-mark
A Mark Down Viewer for Windows
https://github.com/pseudomuto/muto-mark
Last synced: 9 months ago
JSON representation
A Mark Down Viewer for Windows
- Host: GitHub
- URL: https://github.com/pseudomuto/muto-mark
- Owner: pseudomuto
- Created: 2013-06-06T14:36:52.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2021-11-18T19:08:32.000Z (over 4 years ago)
- Last Synced: 2025-04-14T00:49:54.310Z (about 1 year ago)
- Language: C#
- Size: 2.94 MB
- Stars: 23
- Watchers: 6
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Muto Mark! - Pre Beta
A Mark Down Viewer for Windows
## Features
* Live file monitoring allows you to use your favorite editor and view the rendered result immediately
* Support for multiple stylesheets including [Git Hub Flavored Markdown]("http://github.github.com/github-flavored-markdown/" "Git Hub Flavored Markdown")
## Installation
* Clone the repo and run the installer found in the `dist` folder
* Alternatively you can use the [direct link](https://github.com/pseudomuto/muto-mark/blob/master/dist/MutoMarkInstaller.exe?raw=true "Download MutoMark!")
## Usage
* Open MutoMark (you will be presented with an open file dialog)
* Open the markdown file you want to view
* Using your favorite editor, make changes to the markdown
* Watch the results change in real time

You can open multiple documents using the Tray Icon (typically bottom right) or from the toolbar of an open window
## Contributing
* Fork the repo and make a pull request!
### Notes for Contributors
* In order to generate the installer (optional) you will need [Inno Setup](http://www.jrsoftware.org/isinfo.php, "Inno Setup")
* Installer is recreated on every release build (via post-build event and custom scripts)