You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The LSP_references functionality is not working as expected for tags defined in the YAML frontmatter of a document. While it correctly identifies and processes tags written inline as #tag, it fails to recognize tags listed in the frontmatter section.
Steps to Reproduce:
Create a new document with the following YAML frontmatter:
---aliases: Titletags:
- tag
- another_tag---
Attempt to use LSP_references on the tags defined in the frontmatter.
Observe that LSP_references does not recognize or process these tags.
Expected Behavior:
LSP_references should identify and process tags defined in the YAML frontmatter, treating them the same way as inline tags (#tag).
Actual Behavior:
LSP_references ignores tags defined in the YAML frontmatter and only works with inline tags.
The text was updated successfully, but these errors were encountered:
The LSP_references functionality is not working as expected for tags defined in the YAML frontmatter of a document. While it correctly identifies and processes tags written inline as
#tag
, it fails to recognize tags listed in the frontmatter section.Steps to Reproduce:
Expected Behavior:
LSP_references should identify and process tags defined in the YAML frontmatter, treating them the same way as inline tags (
#tag
).Actual Behavior:
LSP_references ignores tags defined in the YAML frontmatter and only works with inline tags.
The text was updated successfully, but these errors were encountered: