Skip to content

🐛 Relative Path BUG: Win Version .exe #837

@emerylopes

Description

@emerylopes

Describe the bug

When running using .exe not jar I get this pattern:

Compendium\bestiary\dragon/adult-black-dragon-xmm.md

Instead of treating every bar the same, the path is always broken no matter what I do.

JSON:

"paths": {
    "compendium": "/Compendium/",
    "rules": "/Compendium/rules/"
},

The images works fine. I verified the monster2md-yamlStatblock-body.txt and the line is:

# [{resource.name}]({resource.vaultPath})

Expected Behavior

The expected behavior:

Compendium/bestiary/dragon/adult-black-dragon-xmm.md

I think every links is broken and when I click, It creats a new link with the same name + 1

TTRPG CLI Version

3.2.3

Which Operating Systems have you experienced this on?

  • Android
  • iPhone/iPad
  • Linux
  • macOS
  • Windows

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions