diff --git a/README.md b/README.md index b9b07f3..11f9430 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ ## Obsidian Frontmatter Tag Suggest -Autocompletes tags in the YAML frontmatter. It will show an autocompletion menu if you are on a line starting with `tags:` or `tag:`. - -That's it. That's the plugin \ No newline at end of file +Autocompletes tags in the YAML frontmatter. It will show an autocompletion menu if you are on a line starting with `tags:` or `tag:`. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 07ed986..c9a063e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "obsidian-frontmatter-tag-suggest", "name": "Frontmatter Tag Suggest", - "version": "0.1.1", + "version": "0.2.0", "minAppVersion": "0.12.0", - "description": "Offer autocomplete suggestions for tags in frontmatter", + "description": "Autocompletes tags in the frontmatter tags field", "author": "Jonathan Miller", "authorUrl": "https://jmill.dev", "isDesktopOnly": false diff --git a/package.json b/package.json index 59f2ee2..9bfa0c8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-frontmatter-tag-suggest", - "version": "0.1.1", - "description": "Offer autocomplete suggestions for tags in frontmatter", + "version": "0.2.0", + "description": "Autocompletes tags in the frontmatter tags field", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs",