You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
2.5 KiB

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