Skip to content

[BUG] # character accumulation in markdown frontmatter tags prop #70

@diggy

Description

@diggy

Bug Description

# character accumulation in markdown frontmatter tags property

Steps To Reproduce

Steps to reproduce the behavior:

  1. Make sure the system edits the file multiple times

Expected Behavior

Correctly formatted tags list

Actual Behavior

As observed in git diff output after third edit, e.g.:

@@ -3,7 +3,7 @@ title: Baz Qux
 type: note
 permalink: baz-qux
 tags:
-- '##foo #bar'
+- '###foo #bar'
 ---

Environment

  • OS: macOS
  • Python version: 3.10
  • Basic Memory version: v0.11.0
  • Installation method: uv

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions