# 2021.05.06 今天是每日时报陪伴您的第 551 天
[工具] 基于 Vite 的 markdown 转 slide 工具 Presentation Slides for Developers (Public Beta 🎉) :https://github.com/slidevjs/slidev (opens new window)
[文章] 程序员应该知道的那些画图工具:https://mp.weixin.qq.com/s/oWDoWEHNqdKWmHX9akcxPQ (opens new window)
[工具] swimlanes.io markdown 转流程图工具:https://swimlanes.io/ (opens new window)
[文章] windcss 3.0 新语法解决了 tailwindcss 的 class 冗长问题:https://windicss.org/posts/v30.html (opens new window)
<button
class="bg-blue-400 hover:bg-blue-500 text-sm text-white font-mono font-light py-2 px-4 rounded border-2 border-blue-200 dark:bg-blue-500 dark:hover:bg-blue-600"
>
Button
</button>
->
<button
bg="blue-400 hover:blue-500 dark:blue-500 dark:hover:blue-600"
text="sm white"
font="mono light"
p="y-2 x-4"
border="2 rounded blue-200"
>
Button
</button>
[文章] 握手符号将来有 25 种肤色可以选择:https://jenniferdaniel.substack.com/p/pressing-flesh-against-flesh- (opens new window)