All Projects → sapegin → Proselint

sapegin / Proselint

Licence: mit
Proselint wrapper with a friendly reporter

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Proselint

Eyo
🦔 CLI for restoring the letter «ё» (yo) in russian texts
Stars: ✭ 119 (+112.5%)
Mutual labels:  linter, text
Textlint
The pluggable natural language linter for text and markdown.
Stars: ✭ 2,158 (+3753.57%)
Mutual labels:  linter, markdown
Stylelint
A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.
Stars: ✭ 9,350 (+16596.43%)
Mutual labels:  linter, markdown
Eslint Plugin Markdown
Lint JavaScript code blocks in Markdown documents
Stars: ✭ 242 (+332.14%)
Mutual labels:  linter, markdown
Text
📑 Collaborative document editing using Markdown
Stars: ✭ 282 (+403.57%)
Mutual labels:  markdown, text
Redpen
RedPen is an open source proofreading tool to check if your technical documents meet the writing standard. RedPen supports various markup text formats (Markdown, Textile, AsciiDoc, Re:VIEW, reStructuredText and LaTeX).
Stars: ✭ 466 (+732.14%)
Mutual labels:  linter, markdown
Liche
Fast Link Checker for Markdown and HTML in Go
Stars: ✭ 123 (+119.64%)
Mutual labels:  linter, markdown
textlint-rule-terminology
Textlint rule to check correct terms spelling
Stars: ✭ 32 (-42.86%)
Mutual labels:  text, linter
Vscode Stylelint
A Visual Studio Code extension to lint CSS/SCSS/Less with stylelint
Stars: ✭ 260 (+364.29%)
Mutual labels:  linter, markdown
Clean Mark
Convert an article into a clean text
Stars: ✭ 414 (+639.29%)
Mutual labels:  markdown, text
Mybox
Easy tools of document, image, file, network, location, color, and media.
Stars: ✭ 45 (-19.64%)
Mutual labels:  markdown, text
O
🌀 Text editor suitable for writing git commit messages and editing Markdown files. Can build executables and jump to errors at the press of `ctrl-space`, for several programming languages. Can format code with `ctrl-w`. Provides general syntax highlighting, rainbow parenthesis and cut/paste portals. o is intentionally limited to VT100.
Stars: ✭ 54 (-3.57%)
Mutual labels:  markdown
New website
a fork of https://jonbarron.info/ for use in jekyll builds with markdown page updates
Stars: ✭ 51 (-8.93%)
Mutual labels:  markdown
React Contenteditable
React component for a div with editable contents
Stars: ✭ 1,057 (+1787.5%)
Mutual labels:  text
Coderdojo.jp
☯️ CoderDojo Japan (@coderdojo-japan) official website developed by Ruby on Rails with @YassLab team. 💎
Stars: ✭ 50 (-10.71%)
Mutual labels:  markdown
Settingsguide
More extensive explanations of Cura slicing settings.
Stars: ✭ 55 (-1.79%)
Mutual labels:  markdown
Parse Comments
Parse JavaScript code comments. Works with block and line comments, and should work with CSS, LESS, SASS, or any language with the same comment formats.
Stars: ✭ 53 (-5.36%)
Mutual labels:  markdown
React Native Markdown Package
React native markdown package is a Library for implementing markdown syntax in React Native
Stars: ✭ 50 (-10.71%)
Mutual labels:  markdown
Typecho
A PHP Blogging Platform. Simple and Powerful.
Stars: ✭ 8,417 (+14930.36%)
Mutual labels:  markdown
Lambda The Terraform Way
AWS Lambda using Terraform., an Introductory Cookbook
Stars: ✭ 1,056 (+1785.71%)
Mutual labels:  markdown

proselint

npm Build Status

Proselint wrapper with a friendly reporter. Also skips text in Markdown code blocks.

Proselint

Installation

macOS

brew install proselint
npm install -g proselint

Other platforms

pip install proselint
npm install -g proselint

Usage

proselintjs filename.md
proselintjs *.md
proselintjs 'pattern/**/*.md'

Configuration

You can disable any rule in ~/.proselintrc:

{
  "checks": {
    "typography.diacritical_marks": false
  }
}

See the original proselint docs for more details.

Changelog

The changelog can be found on the Releases page.

Contributing

Everyone is welcome to contribute. Please take a moment to review the contributing guidelines.

Authors and license

Artem Sapegin and contributors.

MIT License, see the included License.md file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].