2019-11-11 23:27:48 +01:00
|
|
|
|
# 学習リソース
|
|
|
|
|
|
|
|
|
|
<!---
|
2019-11-15 03:22:55 +01:00
|
|
|
|
grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
|
2021-06-14 08:31:50 +02:00
|
|
|
|
original document: 0.12.45:docs/newbs_learn_more_resources.md
|
|
|
|
|
git diff 0.12.45 HEAD -- docs/newbs_learn_more_resources.md | cat
|
2019-11-11 23:27:48 +01:00
|
|
|
|
-->
|
|
|
|
|
|
2020-01-28 02:18:12 +01:00
|
|
|
|
これらのリソースは、QMK コミュニティの新しいメンバーに、初心者向けドキュメントで提供されている情報に対する理解を深めることを目的としています。
|
2019-11-11 23:27:48 +01:00
|
|
|
|
|
2021-06-14 08:31:50 +02:00
|
|
|
|
## QMK に関するリソース
|
2019-11-11 23:27:48 +01:00
|
|
|
|
|
2020-06-08 17:04:14 +02:00
|
|
|
|
### 英語 :id=english-resources-qmk
|
2019-11-11 23:27:48 +01:00
|
|
|
|
|
2020-06-08 17:04:14 +02:00
|
|
|
|
* [Thomas Baart's QMK Basics Blog](https://thomasbaart.nl/category/mechanical-keyboards/firmware/qmk/qmk-basics/) – 新規ユーザーの視点から見た QMK ファームウェアの使い方の基本を網羅した、ユーザー作成のブログ。
|
2019-11-11 23:27:48 +01:00
|
|
|
|
|
2020-06-08 17:04:14 +02:00
|
|
|
|
### 日本語 :id=japanese-resources-qmk
|
2019-11-11 23:27:48 +01:00
|
|
|
|
|
|
|
|
|
_日本語のリソース情報を募集中です。_
|
|
|
|
|
|
2021-06-14 08:31:50 +02:00
|
|
|
|
## コマンドラインに関するリソース :id=command-line-resources
|
2019-11-11 23:27:48 +01:00
|
|
|
|
|
2020-06-08 17:04:14 +02:00
|
|
|
|
### 英語 :id=english-resources-cli
|
2019-11-11 23:27:48 +01:00
|
|
|
|
|
|
|
|
|
* [Good General Tutorial on Command Line](https://www.codecademy.com/learn/learn-the-command-line)
|
2021-06-14 08:31:50 +02:00
|
|
|
|
* [Must Know Linux Commands](https://www.guru99.com/must-know-linux-commands.html)<br>
|
|
|
|
|
* [Some Basic Unix Commands](https://www.tjhsst.edu/~dhyatt/superap/unixcmd.html)
|
2019-11-11 23:27:48 +01:00
|
|
|
|
|
2020-06-08 17:04:14 +02:00
|
|
|
|
### 日本語 :id=japanese-resources-cli
|
|
|
|
|
|
|
|
|
|
_日本語のリソース情報を募集中です。_
|
|
|
|
|
|
2021-06-14 08:31:50 +02:00
|
|
|
|
## テキストエディタに関するリソース :id=text-editor-resources
|
|
|
|
|
|
|
|
|
|
どのテキストエディタを使えば良いか分かりませんか?
|
|
|
|
|
|
|
|
|
|
### 英語 :id=english-resources-text-editor
|
|
|
|
|
|
|
|
|
|
* [a great introduction to the subject](https://learntocodewith.me/programming/basics/text-editors/)
|
|
|
|
|
|
|
|
|
|
### 日本語 :id=japanese-resources-text-editor
|
|
|
|
|
|
|
|
|
|
_日本語のリソース情報を募集中です。_
|
|
|
|
|
|
|
|
|
|
コーディング用に特別に作成されたエディタ:
|
|
|
|
|
* [Sublime Text](https://www.sublimetext.com/)
|
|
|
|
|
* [VS Code](https://code.visualstudio.com/)
|
|
|
|
|
|
|
|
|
|
## Git に関するリソース
|
2020-06-08 17:04:14 +02:00
|
|
|
|
|
|
|
|
|
### 英語 :id=english-resources-git
|
|
|
|
|
|
|
|
|
|
* [Great General Tutorial](https://www.codecademy.com/learn/learn-git)
|
|
|
|
|
* [Flight Rules For Git](https://github.com/k88hudson/git-flight-rules)
|
|
|
|
|
* [Git Game To Learn From Examples](https://learngitbranching.js.org/)
|
|
|
|
|
|
|
|
|
|
### 日本語 :id=japanese-resources-git
|
2019-11-11 23:27:48 +01:00
|
|
|
|
|
|
|
|
|
_日本語のリソース情報を募集中です。_
|
2020-06-08 17:04:14 +02:00
|
|
|
|
|
|
|
|
|
* [Git Game To Learn From Examples(日本語対応有り)](https://learngitbranching.js.org/)
|
|
|
|
|
git のブランチの作り方、マージの仕方などがビジュアルに学べます。
|
|
|
|
|
* [QMK で GitHub を使う方法](ja/getting_started_github.md)
|