diff --git a/frontend/src/utils/tags.ts b/frontend/src/utils/tags.ts index d72d49b..8c79cd3 100644 --- a/frontend/src/utils/tags.ts +++ b/frontend/src/utils/tags.ts @@ -1,5 +1,5 @@ const CODE_FENCE_RE = /```[\s\S]*?```|`[^`\n]+`/g; -const TAG_RE = /(?/g, ">"); diff --git a/summary.md b/summary.md index 2a38057..4f7469f 100644 --- a/summary.md +++ b/summary.md @@ -43,7 +43,8 @@ for AI-assisted features. compatible) over HTTP. - **Inline tag extraction:** Tags are extracted from note/task body text using `#tag` syntax (Obsidian-style), not manually entered. Backend is source of truth - for tag extraction. + for tag extraction. The `TAG_RE` regex uses `(?