obsidian-better-command-palette icon indicating copy to clipboard operation
obsidian-better-command-palette copied to clipboard

The Hidden item can't unhide

Open Tback1 opened this issue 1 year ago • 2 comments

obsidian 1.1.16 Windwos 10 ltsc

screenshots

1.hide the item image 2.after hide image 3.try to unhide but nothing image

Tback1 avatar May 01 '23 19:05 Tback1

I've had this problem too.

obsidian: 1.5.3 better command palette: 0.17.1

alexinea avatar Jan 02 '24 07:01 alexinea

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;
}

alexinea avatar Jan 02 '24 07:01 alexinea