Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/code52/downmarkerwpf
MarkPad - a visual Markdown editor (inspired by the Downmarker project)
https://github.com/code52/downmarkerwpf
Last synced: about 1 month ago
JSON representation
MarkPad - a visual Markdown editor (inspired by the Downmarker project)
- Host: GitHub
- URL: https://github.com/code52/downmarkerwpf
- Owner: Code52
- License: ms-pl
- Created: 2011-12-29T11:30:43.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T15:45:48.000Z (over 2 years ago)
- Last Synced: 2024-04-15T14:13:53.261Z (7 months ago)
- Language: C#
- Homepage: http://code52.org/DownmarkerWPF/
- Size: 77.5 MB
- Stars: 1,394
- Watchers: 108
- Forks: 459
- Open Issues: 69
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DownmarkerWPF
[![Build status](https://ci.appveyor.com/api/projects/status/8nyixeikl67jh305/branch/master?svg=true)](https://ci.appveyor.com/project/shiftkey/downmarkerwpf/branch/master)
This codebase contains the [DownmarkerWPF](http://code52.org/DownmarkerWPF/) project, by [Code52](http://code52.org/)
## About DownmarkerWPF
MarkPad (formerly known as DownmarkerWPF) is an editor for [Markdown](http://daringfireball.net/projects/markdown/) - a widely used syntax for formatting plain text to convert to blogs, comments, and in other places like on [Stack Overflow](http://stackoverflow.com/).
Our aim is to create a useably, stylish new version of the project utilising Microsoft's WPF technology to provide a fresh UI for creating files that we can use to create blog posts for this, and other blogs using Markdown.
## Install
[Nightly](http://ginnivan.blob.core.windows.net/markpadnightly/MarkPad.application) | [Stable](http://ginnivan.blob.core.windows.net/markpadrelease/MarkPad.application)Updates will be installed directly through MarkPad.
## Dependencies
- Windows 7 (please provide feedback if you encounter issues with Vista, XP or Windows 8)
- .NET Framework 4.0 (should install if you don't already have it on your machine)## Tools required to develop
- [Visual Studio](https://www.visualstudio.com/)
- [WiX](http://wixtoolset.org/releases/v3.9/stable) - to generate the installer (optional)
- [7-Zip](http://www.7-zip.org/download.html) - to generate a zip version of the tool (optional)## Contributing
If you want to contribute to the project, check out the [Issues](https://github.com/Code52/DownmarkerWPF/issues) tab.
You can:
- Raise an issue
- Suggest a feature for the applicationFeeling like writing some code? Why not take the next [step](http://code52.org/contributing.html):
- Fork the repository
- Make the changes to the codebase
- Send a pull request once you're happy with itThe team will then review the changes, discuss if anything needs to be addressed, and integrate your changes back into the application.