obsidian-frontmatter-tag-suggest icon indicating copy to clipboard operation
obsidian-frontmatter-tag-suggest copied to clipboard

Autocompletes tags in Obsidian YAML frontmatter. No more deleting #!

Results 15 obsidian-frontmatter-tag-suggest issues
Sort by recently updated
recently updated
newest added

- adds a settings view (`PluginSettingTab`) - adds a setting to toggle on/off the adding of a new entry after selecting a suggestion - adds a setting to toggle the...

I am using the yaml format from this comment. https://github.com/jmilldotdev/obsidian-frontmatter-tag-suggest/issues/4#issue-1118256021 I fixed the code so that this format works and also keeps the same indentation across all the new tags

useful little plugin, thanks! One QoL feature could be to append `, ` (comma + space) after the selected tag, so you don't have to type that yourself.

Can you reproduce this? I find it hard to believe that you wouldn't have noticed it! So I guess it's something weird happening with my setup. I'm on Debian/Linux. To...

When you type `#` in the body of a note, Obsidian instantly lists all tags. Frontmatter Tag Suggest should do the same whenever the insertion point is placed in a...

As shown at https://help.obsidian.md/How+to/Working+with+tags, YAML multiline tags should have two spaces before the hyphen, not one as this plugin uses. Thanks for a very helpful plugin!

![image](https://user-images.githubusercontent.com/62646930/187032981-76d45732-c321-4475-afcf-61ef8c31020e.png) `` After the tag was automatically inserted, there is an extra space before the second dash ![image](https://user-images.githubusercontent.com/62646930/187032996-bc8a86b7-5c00-4b0b-aae4-3cab321534fd.png) Then the second tag just turns into a weird one.

Hi, first of all: Really great plugin, it's a huge time saver for me! Thank you for that! I was wondering, if the plugin could be extended, to also provide...

An awesome addition to this awesome plugin would be a Command that would allow you to enter tags into the frontmatter from anywhere in the note. I often think of...

First off, thanks much for this much-needed plugin! On mobile, there's a "tag" button that inserts `#`, and then pops up a list of your tags. If you use that...