Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Improve Header/Index links for books and adventures #314

Open
taggianto opened this issue Jan 16, 2024 · 0 comments
Open

🐛 Improve Header/Index links for books and adventures #314

taggianto opened this issue Jan 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@taggianto
Copy link

Certain keywords in the Explorer's Guide to Wildemount aren't creating links correctly when brought into Obsidian. They're showing up with quotation marks around them.
image

These should be links to a later heading in the book page.

They're rendered with quotation marks around them

Configuration

  • OS: Windows
  • CLI version: Git commit: 116a356, Build time: 2024-01-14T13:58:17+0000
  • CLI type: jar (jbang)

Sources:

{
  "from": [
    "DMG",
    "PHB",
    "CRCotN",
    "MM",
    "EGW",
    "BMT",
    "MPMM",
    "MTF",
    "TCE",
    "TDCSR",
    "VGM",
    "XGE"
    
  ],
  "paths": {
    "compendium": "/Mechanics/CLI/",
    "rules": "/Mechanics/CLI/rules/"
  },

"template": {
    "background": "ttrpg-convert-cli-main/examples/templates/tools5e/images-background2md.txt",
    "monster": "ttrpg-convert-cli-main/examples/templates/tools5e/monster2md-yamlStatblock-body.txt",
    "spell": "ttrpg-convert-cli-main/examples/templates/tools5e/images-spell2md.txt",
    "item": "ttrpg-convert-cli-main/examples/templates/tools5e/images-item2md.txt",
    "race": "ttrpg-convert-cli-main/examples/templates/tools5e/images-race2md.txt"
  }, 

  "full-source": {
    "adventure": [
      "CRCotN"
    ],
    "book": [
      "PHB",
      "DMG",
      "MM",
      "BMT",
      "EGW",
      "MPMM",
      "MTF",
      "TCE",
      "TDCSR",
      "VGM",
      "XGE"
    ]
  }
}
@taggianto taggianto added the bug Something isn't working label Jan 16, 2024
@ebullient ebullient changed the title 🐛 🐛 Improve Header/Index links for books and adventures Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant