ttrpg-convert-cli icon indicating copy to clipboard operation
ttrpg-convert-cli copied to clipboard

✨ Allow more options for `paths` in config

Open Stackclash opened this issue 2 years ago • 2 comments

Describe the solution you'd like I like to have full source adventures and books in separate locations than the monsters, classes, etc. I'm wondering if it's possible to give different locations for adventures and books like we are able to for compendium and rules in the paths option in the config.

Describe alternatives you've considered I have tried to just move these folders to the location I would like, but Obsidian doesn't seem to update all the links in the files.

Additional context I have made a Templater script to move the files and folders where I would like them, but updating the links after the markdown is generated, but isn't always full proof. I'm using regex to correctly parse and change links. As an aside note this script also changes file names, change links to wikilinks and other updates to the files and folders.

Stackclash avatar Sep 01 '23 03:09 Stackclash

Just adventures and books? (together? separate?)

The p2fe side has books under rules.. (but it came next)

ebullient avatar Sep 01 '23 12:09 ebullient

I currently try to do it separately. Books go into a resource folder and adventures in a 5e Modules folder.

Stackclash avatar Sep 01 '23 15:09 Stackclash