No description
Find a file
2022-04-06 15:31:30 -04:00
.github/workflows add docs and CD, change structure 2021-11-08 19:12:40 -05:00
.editorconfig Initial commit 2021-11-08 15:02:37 -05:00
.eslintignore Initial commit 2021-11-08 15:02:37 -05:00
.eslintrc Initial commit 2021-11-08 15:02:37 -05:00
.gitignore Initial commit 2021-11-08 15:02:37 -05:00
esbuild.config.mjs Initial commit 2021-11-08 15:02:37 -05:00
LICENSE.md Add license 2022-01-26 14:51:30 -08:00
main.ts Remove comma separation by default 2022-04-06 15:31:08 -04:00
manifest.json Update version 2022-04-06 15:31:30 -04:00
package.json Update version 2022-04-06 15:31:30 -04:00
README.md update readme 2022-01-27 07:00:22 -08:00
tsconfig.json Initial commit 2021-11-08 15:02:37 -05:00
versions.json Initial commit 2021-11-08 15:02:37 -05:00
yarn.lock Initial, remove boilerplate 2021-11-08 15:07:54 -05:00

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:.

This plugin is useful since Obsidian only shows the tag autocomplete with a # character, but if you use a # character in the tags: frontmatter, the file will not be considered under that tag. This plugin removes the need to have to go back and delete the # character on any stock autocompleted tags.