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
174 stars 37 forks source link

🐛 Treasure being tagged with g, a, or c instead of wealth #339

Closed mowgli202 closed 6 months ago

mowgli202 commented 6 months ago

With update 2.3.0, it seems that treasure is being tagged as #item/gear/g or #item/gear/a or #item/gear/c instead of #item/wealth. It is also tagging the details as $G, $C, or $A.

Treasure was being tagged as item/wealth in previous versions.

When running the CLI-convert, numerous errors saying 'Unknown item type $G' Command Line Error: image Vault file: image

Configuration

ebullient commented 6 months ago

Ew! that's gross!

Edit: I don't see this in my own generated docs (using mirror2), but I'll pull all of the latest to double check.

I just noticed you're using the Windows binary, which I have no way to test. Can you run as you usually would with --debug --log options and attach the log file?

mowgli202 commented 6 months ago

ttrpg-convert.txt I hope this is correct.

ebullient commented 6 months ago

you did it right =) Thanks!