phibr0 / obsidian-customizable-sidebar

This Plugin allows you to add every Command to Obsidian's Sidebar Ribbon and add Custom Icons.
MIT License
82 stars 8 forks source link

Possible to toggle some icon in the sizebar invisible or visible? #3

Closed Quorafind closed 3 years ago

Quorafind commented 3 years ago

Is it doable?

phibr0 commented 3 years ago

I will think about it. In the meantime you can do that by using the following CSS Snippet:

.side-dock-ribbon-action[aria-label="<Command Name>"] {
    display: none;
}

Just replace the <Command Name> with what you see when you hover over the Command:

image