| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-02 | crazyshitHEADmaster | Michal Hanus | |
| 2022-08-21 | update markdown snippet | jdhao | |
| 2022-03-05 | add new markdown snippet | jdhao | |
| 2022-02-11 | update Markdown snippet | jdhao | |
| 2022-02-08 | update Markdown snippets | jdhao | |
| 2021-12-23 | remove double quotes for snippet trigger | jdhao | |
| 2021-10-23 | update markdown snippets | jdhao | |
| 2021-02-21 | Add「直角引号」for Markdown | jdhao | |
| 「」is useful when writing post in Chinese. | |||
| 2021-01-13 | Update markdown snippets | jdhao | |
| 2020-11-15 | update markdown snippets | jdhao | |
| 2020-08-30 | add HTML font tag for Markdown | jdhao | |
| 2020-05-25 | add more kbd tag snippets | jdhao | |
| 2020-05-25 | Update markdown.snippets | jdhao | |
| 2020-04-17 | fix: time zone info is now shown | jdhao | |
| datetime.now() produces a naive datetime object which does not know tzinfo. So the '%z' has no effect. We need to convert it to time zone aware object using `datetime.astimezone()`. | |||
| 2020-03-30 | update: improve snippets | jdhao | |
| 2020-03-09 | Add detail snippet | jdhao | |
| 2020-03-08 | Update snippets | jdhao | |
| 2019-12-22 | Update Markdown snippets | jdhao | |
| 2019-12-21 | Update meta markdown snippets | jdhao | |
| The original snippet use vim interpolation and the date keeps changing while we are inside the snippet region, which is not desired. According to https://www.youtube.com/watch?v=JJQYwt6Diro, we can use Python interpolation and check if snip.c is empty to see if the interpolation has been finished. If the interpolation has finished (snip.c is empty in this condition), the date will be fixed and does not change when we are inside the snippet region. | |||
| 2019-12-19 | Update markdown.snippets | jdhao | |
| 2019-12-19 | Update Markdown front matter snip trigger | jdhao | |
| 2019-12-18 | Add markdown header snippets | jdhao | |
| Now we can type h1, h2, ..., h6 and press <Tab> to generate header of corresponding level. It is more intuitive than vim-snippets's default snippets for headers, i.e., sec, ssec, and so on. | |||
| 2019-12-03 | Update Markdown snippets | jdhao | |
| 2019-08-06 | update snippets | jdhao | |
| 2019-04-27 | Add Ultisnips snippets | jdhao | |
