0
0
Fork 0
A plugin for https://obsidian.md that allows hiding specific files and folders from the file explorer.
Find a file
2022-05-27 00:42:06 -06:00
src Refactor to have it unhide the file when the user right clicks on a shown hidden file 2022-05-27 00:10:48 -06:00
.gitignore Adjust the gitignore 2022-05-27 00:41:56 -06:00
.npmrc Initial commit 2022-05-22 23:14:39 -06:00
esbuild.config.mjs Put sourcecode files into src directory 2022-05-26 13:39:53 -06:00
LICENSE.txt Add a license (MIT) 2022-05-27 00:20:39 -06:00
makefile Combine make release and make version 2022-05-27 00:42:06 -06:00
manifest.json Update the manifest to be accurate 2022-05-26 23:17:53 -06:00
package-lock.json Create package lock 2022-05-26 13:39:41 -06:00
package.json Add a license (MIT) 2022-05-27 00:20:39 -06:00
README.md Update the README to not be the template. 2022-05-27 00:13:38 -06:00
styles.css Add style.css stub 2022-05-26 23:18:02 -06:00
tsconfig.json Remove baseUrl option 2022-05-26 23:18:16 -06:00
version-bump.py Change to a Python file for version bumping 2022-05-27 00:41:43 -06:00
versions.json Empty out the version list 2022-05-26 23:18:35 -06:00

File Hider

This is a plugin for Obsidian that allows hiding specific files and folders from the file explorer.

How to Use

Right Click on any file or folder that you want to hide, and click Hide Folder or Hide File. This will hide the file by default.

Showing Hidden Files/Folders

You can toggle the visibility status of the files and folders by running the File Hider: Toggle Visibility command.

Removing File/Folder's Hidden Status

Right Click on Shown File

If you right click on a file that is set to be hidden, when it is shown in the list, you will see an Unhide File option, clicking that will remove it from the list of hidden files and keep it visible once hidden files are no longer visible.

File/Folder List

  • Open Obsidian's settings
  • Go to the File Hider tab
  • Click on either Manage File List or Manage Folder List to open a list of all hidden files/folders.
  • Click on the X button of the file/folder you no longer want hidden.

Ribbon Icon

If you want an icon in the ribbon sidebar, I would recommend using Customizable Sidebar and adding the File Hider: Toggle Visibility command.