# 引言 在obsidian中如果要运行命令,一般是使用Ctrl+P进入命令模式,然后在列表中找寻命令,最后点击才能运行。这些步骤比较繁琐、耗时,今天介绍的插件能将命令绑定到右边的任务栏(我不知道这地方要称呼什么,就叫了这个名字),一键点击就可以运行命令。 # 插件名片 Customizable Sidebar插件是由phibr0开发的一款插件,目前版本1.2.0。 Github地址: https://github.com/phibr0/obsidian-customizable-sidebar 蓝奏云地址: https://wws.lanzoui.com/iwUYctiz2aj # 实际操作 在命令栏中找到Customizable Sidebar,点击 Add Command。 ![](https://gitee.com/cyddgi/picture-store/raw/master/img/20210902213117.png) 在弹出的命令框中选择要添加到任务框的命令。 ![](https://gitee.com/cyddgi/picture-store/raw/master/img/20210902213214.png) 然后可以选择一个自己喜欢的图标。 ![](https://gitee.com/cyddgi/picture-store/raw/master/img/20210902213318.png) 点击确认后,该命令就在右侧任务栏中了。 ![](https://gitee.com/cyddgi/picture-store/raw/master/img/20210902213418.png)