Open Larkinabout opened 1 month ago
This seems to be a module opening a journal page in a non-standard way, standard method for showing a single journal page to players results in it still opening within a full journal entry application.
I see, you are rendering the journal entry page sheet directly.
Yes, I thought it was a nice way of just showing the specific content I want the user to see rather than within the full journal. As it worked, I thought it was a purposeful, intended method, but just missing the styling. Specifically, I grab the document from the UUID of the entry using fromUuid
, then render the sheet.
Realise now that the lack of padding is most likely because it's not actually fully supported with core Foundry either.
Yes, I thought it was a nice way of just showing the specific content I want the user to see rather than within the full journal. As it worked, I thought it was a purposeful, intended method, but just missing the styling. Specifically, I grab the document from the UUID of the entry using
fromUuid
, then render the sheet.Realise now that the lack of padding is most likely because it's not actually fully supported with core Foundry either.
Yeah, probably not the way to go about it. You could always set it up to use a rich tooltip and point them towards rule pages.
Thanks, I'll try that.
I'll also pop an issue over on Foundry VTT side as I think it'd be a nice option and it's almost working as is.
When opening just the Journal Entry Page of a document, the content does not pick up the dnd5e style. Additionally, the
journal-page-header
isflex: 1
due to.window-app .window-content > *
and there is no padding aroundjournal-page-header
norjournal-page-content
.