ebullient / ttrpg-convert-cli

Utility to convert JSON data (for content you own) from 5etools or pf2etools into Obsidian-friendly Markdown.
https://www.ebullient.dev/projects/ttrpg-convert-cli/
Apache License 2.0
152 stars 35 forks source link

Namespace errors and token/images not linking🐛 #421

Closed DaniSmol closed 3 months ago

DaniSmol commented 3 months ago

The main issue is that for specific homebrew certain creatures have namespacing that prevents them form being found, or images for them being retrieved. A good example is "Stone Giant Champion of Ogrémoch" from Monster Manual Expanded III by Dragonix. With the special character "é" being the issue there.

Additionally some homebrew images are not properly linking to their respective notes.

FIle found and proper linking of images to notes

Configuration

Sources:

-Command used for cmd: ttrpg-convert.exe --index -o test -c Config.json 5etools-mirror-2.github.io/data

ebullient commented 3 months ago

Run with:

ttrpg-convert.exe --log --index -o test -c Config.json 5etools-mirror-2.github.io/data

And attach ttrpg-convert.out .. please ;)