Skip to content

Commit

Permalink
Add Categories and References
Browse files Browse the repository at this point in the history
  • Loading branch information
rkJun committed Jul 18, 2022
1 parent 88e6a6a commit b135523
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,36 @@

> Today I Learned
---

## Categories
* [JavaScript](#javascript)
* [MacOS](#macos)
* [Visual Studio Code](#visual-studio-code)

---

### JavaScript
- [Base64 인코딩과 디코딩](JavaScript/base64-encode-and-decode.md)

### MacOS

- [터미널에서 맥이 잠들지 않게 하기](macOS/prevent-mac-from-sleeping-with-terminal.md)

### Visual Studio Code

- [Visual Studio Code 에서 markdown 파일만 trimTrailingWhitespace 옵션 끄기](VisualStudioCode/disable-trim-trailing-whitespace-for-markdown.md)
- [Visual Studio Code 에서 markdown 파일만 trimTrailingWhitespace 옵션 끄기](VisualStudioCode/disable-trim-trailing-whitespace-for-markdown.md)


---

## References

- These are TIL-related repositories that I referred to when I started TIL.
If someone starts TIL, I think the link of the users below will be helpful.

* [@Integerous](https://github.com/Integerous/TIL)
* [@jbranchaud](https://github.com/jbranchaud/til)
* [@ksu3101](https://github.com/ksu3101/TIL)
* [@milooy](https://github.com/milooy/TIL)
* [@thoughtbot](https://github.com/thoughtbot/til)

0 comments on commit b135523

Please sign in to comment.