Skip to content

codedownio/markdown-spellcheck-lsp

Repository files navigation

Welcome to markdown-spellcheck-lsp

markdown-spellcheck-lsp

This project is an LSP server implementation which provides spellchecking suggestions on a Markdown document.

It parses the document using remarkable, a powerful and flexible Markdown parsing library. Then it looks for spelling mistakes using Hunspell, the industry-standard spellchecking library used in many browsers and OSes.

Example

In the Markdown below, markdown-spellcheck-lsp will correctly find all the misspellings and suggest alternatives, understanding the Markdown syntax and ignoring any sections (such as the URL inside a link) that should not be checked.

# Here's a missspelling

> An blockq quote
>with multiple linesz
> and a thrd

This link **iz** also [wronggly speled](www.github.com)

About

Language Protocol Server for running spellcheck on Markdown

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •