Adds a "Fold/Unfold Properties" button to the file context menu.
This feature provides a convenient way to quickly fold or unfold the properties of either a single file or all files within a selected folder.
- Open Obsidian and go to Settings → Community plugins.
- Disable Safe mode if prompted.
- Click Browse and search for "Fold Properties".
- Click Install, then Enable.
Alternatively, install manually by copying main.js and manifest.json into your vault's .obsidian/plugins/fold-properties/ folder, then enable the plugin in Settings.
- Single file: Right-click any file in the file explorer and select Fold properties or Unfold properties.
- Folder: Right-click any folder in the file explorer and select Fold properties or Unfold properties to apply the action to all files within that folder recursively.