0
0
Fork 0
A plugin for https://obsidian.md that allows hiding specific files and folders from the file explorer.
Find a file
Mara 858173e980 fix: obsidian return null after opening
Adding a little sleep (50ms) to wait for the dom after opening obsidian
2022-06-08 11:34:03 +02:00
.github/ISSUE_TEMPLATE Remove thing at bottom of issue form 2022-06-04 21:41:11 -06:00
src fix: obsidian return null after opening 2022-06-08 11:34:03 +02: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 New version! 2022-06-02 21:58:24 -06:00
package-lock.json Create package lock 2022-05-26 13:39:41 -06:00
package.json New version! 2022-06-02 21:58:24 -06:00
README.md Add a link to the GitHub in the README for when it's viewed in Obsidian 2022-06-04 21:47:42 -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 New version! 2022-06-02 21:58:24 -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 or Unhide Folder 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 to open a list of all hidden files and folders.
  • Click on the X button of the file or 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.

Issues? Feature Requests?

If you want to report a bug or request a new feature, go to the GitHub Repo and open an issue.