-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* cleanup code * fix index out of range when only front matter present * fix clipboard to DataUri * allow per monitor dpi * move commands * move commands * move commands * refactor to use static * refactor commands * fix init problem * refactor more commands * refactor more commands * refactor more commands * refactor more commands * fix openfile command * move more commands * main window refactored * begin refactoring editor commands * move more editor commands: * move more commands * refactor to commands * update packages, reduce template * make stylesheet less github like * add list indent on tab * add multi-jit startup * fix redraw issues * navigate to named anchors in same document #171 * only add to list items if it's increasing line count #172 * check if previous/previous line in list #173 * to enable newer common control styles * move app manifest into solution items * v1.30 * Create local.txt * Add files via upload * Add files via upload * Update SpellingLanguages.cs * Update SpellingLanguages.cs * Update SpellingLanguages.cs * sv translation * add translations * Add swedish translation to project * fix crash * CustomMarkdownConverter to use long file names * fix CustomConverter by adding separate CustomConverterArgs setting, disable UI when set * special case handling of blockquote in list #176 * 1.30.1 * cleanup * add snytax highlighting styles * update * add russian translation * v1.30.2 * refactor to vm * create vm for main window * add crash reporter * remove intentional exception * move crashreport initialization * messing with UWA * update to MahApp 1.3 * switch to win10 style toggle switches, add format section * Show time near doc stats #194 * expand dialog for language translations #192 * add hypen snippet * add hyphen snippet #195 * add spellcheck error color to theme settings #193` * 1.31 * make about label style wider * fix crash on tab at start of doc * goto latest release instead of markdown.com #198 * update packages * crash report fixes, limit spellling errors to 20 per paragraph, better detection of code blocks for spell check) * refactor, docuemnt why * update pandoc * v1.32
- Loading branch information
Showing
17 changed files
with
68 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="FluentAssertions" version="4.14.0" targetFramework="net46" /> | ||
<package id="FluentAssertions" version="4.18.0" targetFramework="net46" /> | ||
<package id="HtmlAgilityPack" version="1.4.9.5" targetFramework="net46" /> | ||
<package id="MahApps.Metro" version="1.3.0" targetFramework="net46" /> | ||
<package id="MahApps.Metro" version="1.4.0" targetFramework="net46" /> | ||
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net46" /> | ||
<package id="NReco.PdfGenerator" version="1.1.12.0" targetFramework="net46" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters