All Projects → textlint → playground

textlint / playground

Licence: MIT License
textlint online playground.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to playground

textlint-rule-eslint
textlint rule integrate with ESLint.
Stars: ✭ 12 (-7.69%)
Mutual labels:  textlint
analyze-desumasu-dearu
文の敬体(ですます調)、常体(である調)を解析するJavaScriptライブラリ
Stars: ✭ 15 (+15.38%)
Mutual labels:  textlint
textlint-ja
textlintの日本語コミュニティ/ルールのアイデア
Stars: ✭ 41 (+215.38%)
Mutual labels:  textlint
vscode-textlint
marketplace.visualstudio.com/items?itemname=taichi.vscode-textlint
Stars: ✭ 39 (+200%)
Mutual labels:  textlint
textlint-rule-no-synonyms
同義語を表記ゆれをチェックするtextlintルール
Stars: ✭ 18 (+38.46%)
Mutual labels:  textlint
textlint-rule-stop-words
Textlint rule to find filler words, buzzwords and clichés
Stars: ✭ 21 (+61.54%)
Mutual labels:  textlint
textlint-plugin-latex2e
Textlint Plugin LaTeX2ε
Stars: ✭ 55 (+323.08%)
Mutual labels:  textlint
vscode-linter
Extension for code linting, all in one package. New linters can be easily added through an extension framework.
Stars: ✭ 47 (+261.54%)
Mutual labels:  textlint
Textlint
The pluggable natural language linter for text and markdown.
Stars: ✭ 2,158 (+16500%)
Mutual labels:  textlint
textlint-rule-terminology
Textlint rule to check correct terms spelling
Stars: ✭ 32 (+146.15%)
Mutual labels:  textlint
textlint-rule-ja-no-abusage
よくある日本語の誤用をチェックするtextlintルール
Stars: ✭ 21 (+61.54%)
Mutual labels:  textlint
project-japanese-proofreading
テキストファイルやMarkdownファイルの日本語の文章をチェックするVS Codeの拡張機能
Stars: ✭ 81 (+523.08%)
Mutual labels:  textlint
textlint-rule-preset-ja-engineering-paper
textlint rule preset for Japanese academic papers of enginering
Stars: ✭ 17 (+30.77%)
Mutual labels:  textlint
action-textlint
Run textlint with reviewdog on pull requests to improve document writing experience.
Stars: ✭ 41 (+215.38%)
Mutual labels:  textlint

playground Build Status

textlint online playground.

Visit https://textlint.github.io/playground

Limitation

Currently, only use built-in rule in the playground.

Embed mode

<iframe width="800" height="500" src="https://textlint.github.io/playground?embed" />

Installation

yarn

Usage

yarn start

Testing

This project use Cypress for E2E Testing.

# start local server
yarn start
# In other tab, start cypress
yarn run cypress:open

Or

# start local server
yarn start
# In other tab, start cypress
yarn test

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT

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].