Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chenguanzhou committed Aug 15, 2016
2 parents 1a6259d + cb1979d commit b548ec1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 28 deletions.
8 changes: 1 addition & 7 deletions MarkDownEditor.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarkDownEditor", "MarkDownEditor\MarkDownEditor.csproj", "{48932BB7-3CC3-4897-A466-BE91A9FA1E40}"
ProjectSection(ProjectDependencies) = postProject
Expand All @@ -16,29 +16,23 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WkHtmlToImageWrapper", "WkH
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{48932BB7-3CC3-4897-A466-BE91A9FA1E40}.Debug|Any CPU.ActiveCfg = Debug|x86
{48932BB7-3CC3-4897-A466-BE91A9FA1E40}.Debug|x64.ActiveCfg = Debug|x64
{48932BB7-3CC3-4897-A466-BE91A9FA1E40}.Debug|x64.Build.0 = Debug|x64
{48932BB7-3CC3-4897-A466-BE91A9FA1E40}.Debug|x86.ActiveCfg = Debug|x86
{48932BB7-3CC3-4897-A466-BE91A9FA1E40}.Debug|x86.Build.0 = Debug|x86
{48932BB7-3CC3-4897-A466-BE91A9FA1E40}.Release|Any CPU.ActiveCfg = Release|x86
{48932BB7-3CC3-4897-A466-BE91A9FA1E40}.Release|x64.ActiveCfg = Release|x64
{48932BB7-3CC3-4897-A466-BE91A9FA1E40}.Release|x64.Build.0 = Release|x64
{48932BB7-3CC3-4897-A466-BE91A9FA1E40}.Release|x86.ActiveCfg = Release|x86
{48932BB7-3CC3-4897-A466-BE91A9FA1E40}.Release|x86.Build.0 = Release|x86
{C80C4996-3D52-4236-9AFE-5F48997DC5B6}.Debug|Any CPU.ActiveCfg = Debug|x86
{C80C4996-3D52-4236-9AFE-5F48997DC5B6}.Debug|x64.ActiveCfg = Debug|x86
{C80C4996-3D52-4236-9AFE-5F48997DC5B6}.Debug|x86.ActiveCfg = Debug|x86
{C80C4996-3D52-4236-9AFE-5F48997DC5B6}.Debug|x86.Build.0 = Debug|x86
{C80C4996-3D52-4236-9AFE-5F48997DC5B6}.Release|Any CPU.ActiveCfg = Release|x86
{C80C4996-3D52-4236-9AFE-5F48997DC5B6}.Release|x64.ActiveCfg = Release|x86
{C80C4996-3D52-4236-9AFE-5F48997DC5B6}.Release|x86.ActiveCfg = Release|x86
{C80C4996-3D52-4236-9AFE-5F48997DC5B6}.Release|x86.Build.0 = Release|x86
Expand Down
21 changes: 1 addition & 20 deletions MarkDownEditor/View/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,26 +1,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows;
using MahApps.Metro.Controls;
using System.Diagnostics;
using CefSharp;
using ICSharpCode.AvalonEdit;
using System.Windows.Threading;
using Microsoft.Practices.ServiceLocation;
using MarkDownEditor.ViewModel;
using MahApps.Metro;
using MahApps.Metro.Controls.Dialogs;

namespace MarkDownEditor.View
{
Expand Down
4 changes: 3 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Build status](https://ci.appveyor.com/api/projects/status/f82df8y5yojgmai4?svg=true)](https://ci.appveyor.com/project/chenguanzhou/markdowneditor)
[![Join the chat at https://gitter.im/chenguanzhou/MarkDownEditor](https://badges.gitter.im/chenguanzhou/MarkDownEditor.svg)](https://gitter.im/chenguanzhou/MarkDownEditor?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
![](https://img.shields.io/badge/license-GPL%20License-blue.svg)
[![Github All Releases](https://img.shields.io/github/downloads/chenguanzhou/MarkDownEditor/total.svg)](https://github.com/qiniu/csharp-sdk/releases)
[![Github All Releases](https://img.shields.io/github/downloads/chenguanzhou/MarkDownEditor/total.svg)](https://github.com/chenguanzhou/MarkDownEditor/releases)

# MarkDown Editor

Expand Down Expand Up @@ -46,6 +46,7 @@ The editor has the following `features`:
- Night Mode
- Editing Mode & Reading Mode
- Full Screen support
- MathJax support (Only for markdown processor)
- ......


Expand Down Expand Up @@ -73,6 +74,7 @@ For a WPF project, I recommand VS2015 Community Edition to build.
- [UDE.CSharp](https://github.com/errepi/ude)
- [WkHtmlToXDotNet](https://github.com/chenguanzhou/WkHtmlToXDotNet)
- [The WiX Toolset](http://wixtoolset.org/)
- [MathJax](https://www.mathjax.org/)

# Thanks

Expand Down

0 comments on commit b548ec1

Please sign in to comment.