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.

35 lines
1.4 KiB

  1. # 学习资源
  2. <!---
  3. original document: 0.15.12:docs/newbs_learn_more_resources.md
  4. git diff 0.15.12 HEAD -- docs/newbs_learn_more_resources.md | cat
  5. -->
  6. 这些资源旨在让QMK社区的新成员更了解新手教程中的基础知识。
  7. *译注:以下资料超出了QMK核心概念范畴,恕不另行翻译*
  8. ### QMK参考资料
  9. * [Thomas Baart's QMK Basics Blog](https://thomasbaart.nl/category/mechanical-keyboards/firmware/qmk/qmk-basics/) – 一个站在新人视角,探讨如何使用QMK固件的个人博客。
  10. ### 命令行操作参考资料 :id=command-line-resources
  11. * [Good General Tutorial on Command Line](https://www.codecademy.com/learn/learn-the-command-line)
  12. * [Must Know Linux Commands](https://www.guru99.com/must-know-linux-commands.html)<br>
  13. * [Some Basic Unix Commands](https://www.tjhsst.edu/~dhyatt/superap/unixcmd.html)
  14. ### 文本编辑器相关参考资料 :id=text-editor-resources
  15. 对文本编辑器有选择困难?
  16. * [a great introduction to the subject](https://learntocodewith.me/programming/basics/text-editors/)
  17. 更适用于编程的文本编辑器:
  18. * [Sublime Text](https://www.sublimetext.com/)
  19. * [VS Code](https://code.visualstudio.com/)
  20. ### Git参考资料
  21. * [Great General Tutorial](https://www.codecademy.com/learn/learn-git)
  22. * [Flight Rules For Git](https://github.com/k88hudson/git-flight-rules)
  23. * [Git Game To Learn From Examples](https://learngitbranching.js.org/)