foundryvtt / world-anvil

A module to integrate World Anvil with Foundry Virtual Tabletop.
MIT License
12 stars 7 forks source link

Will WA Timelines become linkable to Foundry VTT? #29

Open cswendrowski opened 3 years ago

cswendrowski commented 3 years ago

In GitLab by @spaceflows on Sep 13, 2021, 19:55

Foundry has such amazing integration with World Anvil. Are there any plans to allow WA Timelines to be linkable like the articles are??

cswendrowski commented 3 years ago

I would like to add additional features to the WA integration module, but at the moment our resources and prioritization are stretched very thin. I'm open to high quality community contribution though if there are any community developers who want to advance the state of this integration further!

If not, I hope we will cycle back to make an update in a few months, but it's unfortunately not a near-term priority.

cswendrowski commented 3 years ago

In GitLab by @adrien.schiehle on Sep 19, 2021, 05:24

Unfortunately, it seems the new update in WA API doesn't include timelines.

We still get timeline relations inside the article, like this one :

"relations": {
        "timeline": {
            "id": "f01b9e77-3f1a-4b8a-a924-52b9fa5786dd",
            "title": "Evénements majeurs",
            "position": "sidebar",
            "type": "timeline",
            "relationship_type": "",
            "state": "public"
        }
    }

But we have no way to retrieve the f01b9e77-3f1a-4b8a-a924-52b9fa5786dd after that.