Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Benature committed Mar 31, 2024
1 parent 0dc06bb commit cc0b0cb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
draft: false
prerelease: false
prerelease: ${{ contains(github.ref, 'b') && true || false }}
- name: Upload zip file
id: upload-zip
uses: actions/upload-release-asset@v1
Expand Down Expand Up @@ -80,4 +80,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./styles.css
asset_name: styles.css
asset_content_type: text/javascript
asset_content_type: text/css
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Metadata Hider

<div align="center">

![Obsidian Downloads](https://img.shields.io/badge/dynamic/json?logo=obsidian&color=%23483699&label=downloads&query=%24%5B%22metadata-hider%22%5D.downloads&url=https%3A%2F%2Fraw.githubusercontent.com%2Fobsidianmd%2Fobsidian-releases%2Fmaster%2Fcommunity-plugin-stats.json) ![GitHub stars](https://img.shields.io/github/stars/Benature/obsidian-metadata-hider?style=flat) ![latest download](https://img.shields.io/github/downloads/Benature/obsidian-metadata-hider/latest/total?style=plastic)

[![Github release](https://img.shields.io/github/manifest-json/v/Benature/obsidian-metadata-hider?color=blue)](https://github.com/Benature/obsidian-metadata-hider/releases/latest) ![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/Benature/obsidian-metadata-hider?include_prereleases&label=BRAT%20beta)

[Click to install](https://obsidian.md/plugins?id=metadata-hider)

</div>

- 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.
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "metadata-hider",
"name": "Metadata Hider",
"version": "0.1.4",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "Hide specific metadata property or if its value is empty.",
"author": "Benature",
Expand All @@ -12,4 +12,4 @@
"微信/支付宝": "https://s2.loli.net/2024/01/30/jQ9fTSyBxvXRoOM.png"
},
"isDesktopOnly": false
}
}

0 comments on commit cc0b0cb

Please sign in to comment.