eXaminator / kanka-foundry

FoundryVTT module to import information from kanka.io
MIT License
22 stars 8 forks source link

Foundry Dynamic Entity Links are not clickable in Kanka Journal Entry in Foundry #80

Closed anthonyscorrea closed 2 years ago

anthonyscorrea commented 2 years ago

As a workaround for Kanka Journals not being Actor sheets, I wanted to add an attribute that has the Foundry Entity link (see:[https://foundryvtt.com/article/journal/#links](Dynamic Entity Links)). Unfortunately, it is not recognized in the Kanka sheet, it just shows the text and not a clickable link.

eXaminator commented 2 years ago

Thanks for opening this issue.

This is probably because this would be handled by Foundry on the backend side of things, which isn't possible for modules with custom data like this (though I'm not 100% sure).

I'll look into it next time I'm working on this and see if there is a way for me to allow this without adding my own special handling for this.

github-actions[bot] commented 2 years ago

:tada: This issue has been resolved in version 2.6.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

anthonyscorrea commented 2 years ago

Thank you so much! I'm glad you found a way to handle this.