Coder Social home page Coder Social logo

markdown-spellchecker's Introduction

Markdown Spellchecker

Code Climate Build Status Coverage Status

What is it?

  • This program is a spellchecker made in python to check .md documents for spelling errors outside of code.

What is needed for this?

  • Python
  • Pyenchant

Why use it?

  • It dosent check words inside of codeblocks.
  • It can also have technical words added to the PWL exclude them from the spellcheck.
  • It also dosent check the code inside of HTML tags.

How to install? * *

What is the PWL?

  • PWL is the personal word list.
  • It is used to store words that the dictionary would say are spelt wrong.
  • to exclude a word add it to "dict.txt" which you can specify what its called as long as you change it in the config.

How to configure it?

  • Go into "config.ini"
  • you can change where it finds the the documents to check.
  • the personal word list.
  • the name of the text file it creates to tell you which files its checked.
  • The name of the text file it creates to tell you which spellings are wrong.

What are the advantages of this program and why did I bother making it??

  • Saves Previous score so it can be used to compare to your previous score and how well you have done.
  • It dosent check words inside of codeblocks or technical words that can be specified in the PWL document.
  • It can check things inside of HTML notes

What about grammar?

  • Yeah... how about no.

How to use it?

  • To use it run spellchecker.py in this file structure: ./_tests/
  • keep the posts in the .md type file in the user defined space where it should be ./_posts (or whatever you set it to)

Anything else I should know?

  • Keep "dict.txt" with the python files.
  • if dict.txt dosent exist create a document for it.
  • Add words that you dont want spellchecked in the file too.

markdown-spellchecker's People

Contributors

jrha avatar tofu-rocketry avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.