rsek / datasworn

The successor to the original Datasworn repository and Dataforged package, which provide game rules from the Ironsworn and Ironsworn: Starforged TTRPGs in JSON.
https://ko-fi.com/r_sek
120 stars 26 forks source link

Change link and template syntax to accomodate new ID format #41

Closed rsek closed 3 weeks ago

rsek commented 3 weeks ago

Documentating a change already in place on v0.1.0. as : is now used in IDs as a separator,.

Links now just use the ID without additional prefixing: [Some Asset](asset:starforged/path/some_asset)

Double-curly braced template markers now use > as their separator, followed by the full ID: {{table>truth.option.oracle_rollable:starforged/cataclysm.0.sun_plague_cause}}

Embedded IDs are valid for both uses, so long as they meet any type requirements. MarkdownString and TemplateString schema descriptions document these.