DownmarkerWPF
DownmarkerWPF copied to clipboard
Ability to add underlined misspellings to the dictionary
Steps to reproduce
Upon compiling the application in debug mode and running it, when you open "JEKYLL PAGE", the following comment block is displayed in the compose pane:
---
layout: post
title: New Post
permalink: new-page.html
description: Some Description
date: 2013-06-24 16:44:53 -07:00
tags: "some tags here"
---
Problem
The word "permalink" is highlighted as a misspelling, which is a distraction to the user. Upon right-clicking, no option is provided to ignore it.
Perhaps we need to provide a custom dictionary for that word in particular. This seems to be the quickest way to go about it: http://blogs.msdn.com/b/text/archive/2009/10/02/custom-dictionaries.aspx
Is there at least a way to change the language on the dictionary?