Erin Schnabel

Results 174 comments of Erin Schnabel

I use them all the time, and all appears to function. Can you try again w/ the dev console open and let me know what it says? The paths it...

the custom theme setting (and these custom themes) should also be in your vault. Not randomly elsewhere..

There is some old magic code here related to composition of css folders. Out of curiosity, what happens if you rename "mytheme" to "css"

I am at a conference and launching a foundation. I'll get there. In settings, assets/css is the theme directory. In slides/presentations, I still use css in the path (this is...

Sorry for being slow.. I will get to this! Thank you!

There isn't an alt text limit, other than the fact that some of the captions for source images are ... REALLY long. (really really).

I think this behavior has changed. Keeping the long text in titles (available with hover) used to work. > ![A round holy symbol that a...](/compendium/5e/deities/img/tdcsr-stormlord.webp#symbol "A round holy symbol that...

FWIW, you already can make these links your own way: https://www.ebullient.dev/projects/ttrpg-convert-cli/docs/templates/ImageRef.html `{#with resource.fluffImages.get(0)}![{title}]({vaultPath}#token){/with}`

In the example above, I'm suggesting you skip using the shortTitle entirely in your template. You could also use the img tag: `{#with resource.fluffImages.get(0)}{/with}`

Given the above, why would you need to customize the ImageRef impl?