mdelobelle / obsidian_supercharged_links

obsidian plugin to add attributes and context menu options to internal links

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Incorrect link attribute in file explorer when note names are the same

lowlight-ua opened this issue · comments

First off, thank you for the very useful plugin.

Attached is the vault that already has this done: vault.zip

Create the following folder/note structure.

  • folder "meeting1"
    • note "agenda"
  • folder "meeting2"
    • note "agenda"

Assign attribute date with different values to both agendas (in YAML frontmatter).

Supercharge the links by the date format and style the CSS so that the date is appended to the link.

View the file structure in the file explorer.

Problem: all "agenda" links show the same value of the date attribute. (The second agenda should be 2023-01-02.)

image

After renaming one of the "agenda"s, so their names are unique, the problem goes away.

commented

Same as #163