proog / obsidian-trash-explorer

Restore and delete files from the Obsidian .trash folder
MIT License
40 stars 3 forks source link

Toggle Ribbon Icon #4

Closed SZanlongo closed 1 year ago

SZanlongo commented 1 year ago

Right now, removing the trash icon from the ribbon via the Obsidian->Appearance->Ribbon Menu option doesn't work. Upon restarting, the icon re-appears. Since we also have the icon in the menu above the file pane, is there a way to disable the ribbon icon?

proog commented 1 year ago

Sounds annoying for sure ☹️

I can't reproduce this issue on desktop or mobile - the ribbon icon stays hidden after a restart. If you open the hidden .obsidian/workspace.json file in your vault it should contain something like this:

  "left-ribbon": {
    "hiddenItems": {
      "obsidian-trash-explorer:Open trash explorer": true
    }
  },

Is this the case?