Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jmilldotdev committed Jan 26, 2022
1 parent 55c8330 commit ae45628
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Autocompletes tags in the YAML frontmatter. It will show an autocompletion menu if you are on a line starting with `tags:` or `tag:`.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ae45628

Please sign in to comment.