Yt-Dlp: An Awesome Videos Downloader Introduction A youtube-dl fork with additional features and fixes 2022-06-19 Linux #tools #youtube
Find the Create Date of GitHub Repo You can use the API from GitHub to search it. 2022-06-11 Git #github #git
禁用按下 O 或 O 或 回车 后自动注释 问题默认情况下在 nvim 中,如果你的光标所在行被注释,然后在普通模式按下 o 或 O ,或在插入模式按下回车就会自动注释下一行。例如: 123//Before o //After// A comment //A comment // 解决有时候这是相当讨厌的。为了禁止这种情况,可以使用以下的 viml 命令 12" Vim 2022-05-11 Nvim #nvim
在 Hugo 中使用 Mermaid 以下内容仅适用于 未适配 mermaid 的主题一些主题,如:LoveIt 无需自己额外配置 效果等待一下,看看效果先(rss用户没效果请打开网页): 12345graph LR;A[Hard edge] -->|Link text| B(Round edge) B --> C{Decision} C - 2022-04-16 Blog #hugo