Skip to content

matori/textlint-plugin-jawn

Repository files navigation

textlint-plugin-jawn

日本のウェブ小説サービスへマルチポストするための基礎構文「JAWN-FS」のtextlint用プラグインです。

インストール

npm install textlint-plugin-jawn

使い方

{
  "plugins": {
    "jawn": true
  }
}

初期状態では.jawnまたは.jwn拡張子のファイルを対象とします。
別の拡張子を追加する場合はオプションで指定します。

{
  "plugins": {
    "jawn": {
      "extensions": [".custom-ext"]
    }
  }
}

License

MIT

About

JAWN-FS plugin for textlint.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published