https://github.com/wicksome/til
:memo: Today I Learned
https://github.com/wicksome/til
study til
Last synced: 10 months ago
JSON representation
:memo: Today I Learned
- Host: GitHub
- URL: https://github.com/wicksome/til
- Owner: wicksome
- Created: 2016-04-25T14:42:42.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2025-05-28T01:37:54.000Z (about 1 year ago)
- Last Synced: 2025-05-28T02:42:12.054Z (about 1 year ago)
- Topics: study, til
- Language: HTML
- Homepage: https://wickso.me
- Size: 9.41 MB
- Stars: 13
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Security: security/README.adoc
Awesome Lists containing this project
README
# TIL
> Today I Learned
- The `.adoc` files except for `README.adoc` are synchronized to the [blog](https://wickso.me).
## Directory structure
```bash
.
├── .adoc # https:///
├── .md
└──
├── README.md
├── .adoc # https:////
└── asset
└── img.png
```
## Syntax
- [Asciidoc](https://asciidoctor.org/docs/asciidoc-syntax-quick-reference/)
- [Markdown](https://www.markdownguide.org/basic-syntax/)
## Viewer
### Chrome extensions
- [Asciidoctor.js Live Preview](https://chrome.google.com/webstore/detail/asciidoctorjs-live-previe/iaalpfgpbocpdfblpnhhgllgbdbchmia)
- [Markdown Viewer](https://chrome.google.com/webstore/detail/markdown-viewer/ckkdlimhmcjmikdlpkmbgfkaikojcbjk)