shop-planner / shop3

SHOP3 Git repository
https://shop-planner.github.io
144 stars 14 forks source link

Enhancement: Improve :INCLUDE directive #148

Open rpgoldman opened 11 months ago

rpgoldman commented 11 months ago

Now that we have the items property in domains, we can include one domain in another without my file-reading kludge. Instead of trying to parse a file and find the right domain content, we just pull in the items from an already-loaded domain.

We can do this without breaking old code by continuing to support the old :include directive.