obsidian-better-command-palette
obsidian-better-command-palette copied to clipboard
The Hidden item can't unhide
obsidian 1.1.16 Windwos 10 ltsc
1.hide the item
2.after hide
3.try to unhide but nothing
I've had this problem too.
obsidian: 1.5.3 better command palette: 0.17.1
I found out that this was due to plug-in conflicts.
I used the following CSS snippet to fix the problem:
.better-command-palette .suggestion-item.hidden{
display: flex!important;
}