Benature / obsidian-metadata-hider

Hide metadata property if its value is empty

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metadata Hider

  • Hide metadata property if its value is empty.
  • Keep displaying specific metadata properties even if they are empty.
  • Keep hiding specific metadata properties even if they are not empty in properties table / file properties (side dock) / all properties (side dock).
  • Show all metadata properties when inputting metadata properties, except specific properties that are set to always hidden.

Usage

Open Settings > Community Plugins > Metadata Hider to set which metadata properties to hide or always show.

Install

Install from community plugins

Click to install

Install by BRAT Plugin

Manually install

  • Download latest version in Releases
  • Copy over main.js, manifest.json to your vault VaultFolder/.obsidian/plugins/metadata-hider/
  • Reload plugins in Community plugins and enable Metadata Hider

How to build

  • git clone https://github.com/Benature/obsidian-metadata-hider clone this repo.
  • npm i install dependencies
  • npm run dev to start compilation in watch mode.
  • npm run build to build production.

Support

If you find this plugin useful and would like to support its development, you can sponsor me via Buy Me a Coffee ☕️, WeChat, Alipay or AiFaDian. Any amount is welcome, thank you!

About

Hide metadata property if its value is empty

License:MIT License


Languages

Language:TypeScript 91.3%Language:JavaScript 7.6%Language:Makefile 0.6%Language:CSS 0.5%