Skip to content

Updating a note with Claude leads to the removal of tags not related to basic memory. #36

@Narsail

Description

@Narsail

Bug Description

I have a note with a 'Status' field in its metadata and when asking Claude to update it, the metadata only contained the basic memory related fields.

From Read Note:

{
  `identifier`: `20-projects/roadtrip/test-kanban-ticket`
}
---
Status: In Progress
permalink: 20-projects/roadtrip/test-kanban-ticket
version: 21.9.0
---

Then Writing the Note:

{
  `title`: `Test Kanban Ticket`,
  `folder`: `20-projects/roadtrip`,
  `content`: `---
Status: Done
permalink: 20-projects/roadtrip/test-kanban-ticket
version: 21.9.0
---

`
}
# Updated 20 Projects/Roadtrip/Test Kanban Ticket.md (c684106b)
permalink: 20-projects/roadtrip/test-kanban-ticket

And when I asked Claude to read the note again to check the Status tag:

{
  `identifier`: `20-projects/roadtrip/test-kanban-ticket`
}
---
title: Test Kanban Ticket
type: note
permalink: 20-projects/roadtrip/test-kanban-ticket
---

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions