Code52 / DownmarkerWPF

MarkPad - a visual Markdown editor (inspired by the Downmarker project)
http://code52.org/DownmarkerWPF/
Microsoft Public License
1.4k stars 458 forks source link

Ability to add underlined misspellings to the dictionary #387

Open lorddev opened 11 years ago

lorddev commented 11 years ago

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.

shiftkey commented 11 years ago

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

hawkerm commented 9 years ago

Is there at least a way to change the language on the dictionary?