Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3 from atsuyaw/210604update
Browse files Browse the repository at this point in the history
不具合修正
  • Loading branch information
atsuyaw authored Jun 4, 2021
2 parents 91330b7 + f1eed1c commit ee84b11
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ GUIもきれいで便利なのですが,ruleの導入をやろうとすると
結局やっていることは前述のツールと全く同じで`textract``textlint`が走っているだけですが。

`npm desktop manager`とか`npm-gui`を使えばマネージャーの操作もCUIレスでできるようになるかも…
まァ誰か詳しい人がいる環境で使うべき,という気はしますが。
まァ誰か詳しい人がいる環境で使うべき,という気はしますが。

軽率にプルリク・issue立ててください!
11 changes: 6 additions & 5 deletions install_textlint_plugins.bat
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
echo off
chcp 65001
chcp 932
color 1f
echo.
echo ===========
echo.
echo textlint-installer4ja
echo textlint Installer
echo by @atsuyaw
echo.
echo ===========
echo.
echo インストールを中止するにはこのウィンドウを終了してください。
echo インストールを中止するにはこのウィンドウを終了してください。
echo To cancel setup, please close this window now.
echo 事前にnode.jsがインストールされていることを確認してください。
echo 事前にnode.jsがインストールされていることを確認してください。
echo node
echo は認識されていませんというエラーが出ます。
echo は認識されていませんというエラーが出ます。
echo Before run this installer, please confirm node.js is installed.
echo.
pause
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@textlint-ja/textlint-rule-morpheme-match": "^2.0.0",
"textlint": "^12.0.0",
"textlint-rule-ja-official-documents": "github:atsuyaw/textlint-rule-ja-official-documents",
"textlint-rule-ja-official-documents": "git+https://github.com/atsuyaw/textlint-rule-ja-official-documents.git",
"textlint-rule-preset-ja-engineering-paper": "^1.0.2",
"textlint-rule-preset-ja-technical-writing": "^6.0.0",
"textlint-rule-prh": "^5.3.0",
Expand Down
5 changes: 3 additions & 2 deletions run_textlint.bat
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
echo off
chcp 65001
chcp 932
color 1f
echo.
echo ===========
echo.
echo textlint-lancher4ja
echo textlint Launcher
echo by @atsuyaw
echo.
echo ===========
echo.
pause
echo on
cd /d %~dp0
npx textract %1 | npx textlint --stdin
pause

0 comments on commit ee84b11

Please sign in to comment.