Skip to content

[Bug]: Task dependencies are not stored as wikilinks #1472

@renekalff

Description

@renekalff

Bug Description

Thank you for all the time and effort you're putting into this awesome plugin.

I just started using the task dependencies functionality and noticed that the files are not stored as wikilinks as the documentation suggests. As a result the dependencies will break when a depended file is renamed. I've recreated the issue in a new Obsidian vault with no other community plugins and no defaults changed.

Actual result:

---
status: open
priority: normal
scheduled: 2026-01-13
dateCreated: 2026-01-13T11:48:06.165+01:00
dateModified: 2026-01-13T11:49:10.904+01:00
tags:
  - task
blockedBy:
  - uid: Task1
    reltype: FINISHTOSTART
---

Expected result:

---
status: open
priority: normal
scheduled: 2026-01-13
dateCreated: 2026-01-13T11:48:06.165+01:00
dateModified: 2026-01-13T11:49:10.904+01:00
tags:
  - task
blockedBy:
  - uid: "[[Task1]]"
    reltype: FINISHTOSTART
---

I've tried adding the dependency through the modal as well as the "right click" submenu. Both result in the same issue.

Obsidian version: 1.11.4
TaskNotes version: 4.3.0
OS version: MacOS 26.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    Status

    Completed

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions