Skip to content

Commit

Permalink
Adjust import for tagRegex
Browse files Browse the repository at this point in the history
  • Loading branch information
zefhemel committed Oct 20, 2024
1 parent 010e2b2 commit 64c9867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plug-api/lib/tags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
type ParseTree,
traverseTree,
} from "@silverbulletmd/silverbullet/lib/tree";
import { tagRegex } from "$common/markdown_parser/constants.ts";
import { tagRegex } from "../../common/markdown_parser/constants.ts";

export function updateITags<T>(obj: ObjectValue<T>, frontmatter: FrontMatter) {
const itags = [obj.tag, ...frontmatter.tags || []];
Expand Down

0 comments on commit 64c9867

Please sign in to comment.