Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmilldotdev/obsidian-frontmatter-tag-suggest
Autocompletes tags in Obsidian YAML frontmatter. No more deleting #!
https://github.com/jmilldotdev/obsidian-frontmatter-tag-suggest
Last synced: 3 months ago
JSON representation
Autocompletes tags in Obsidian YAML frontmatter. No more deleting #!
- Host: GitHub
- URL: https://github.com/jmilldotdev/obsidian-frontmatter-tag-suggest
- Owner: jmilldotdev
- License: mit
- Created: 2021-11-08T20:02:36.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-23T19:16:55.000Z (over 1 year ago)
- Last Synced: 2024-10-22T13:54:25.634Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 27.3 KB
- Stars: 111
- Watchers: 5
- Forks: 6
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - jmilldotdev/obsidian-frontmatter-tag-suggest - Autocompletes tags in Obsidian YAML frontmatter. No more deleting #! (TypeScript)
README
## 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.