We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 431bf78 commit 0580416Copy full SHA for 0580416
plugs/index/tags.ts
@@ -143,9 +143,6 @@ export async function frontmatterTagComplete(completeEvent: CompleteEvent) {
143
prefix = listItemMatch[1];
144
}
145
146
- // Strip # prefix if present (frontmatter tags can use #tag syntax)
147
- const cleanPrefix = prefix.replace(/^#/, "");
148
-
149
const allTags: string[] = await index.queryLuaObjects<string>("tag", {
150
distinct: true,
151
select: { type: "Variable", name: "name", ctx: {} as any },
0 commit comments