gorzek / loomwords

a dynamic text generation platform
MIT License
1 stars 1 forks source link

Allow templates in replacements #10

Open gorzek opened 2 years ago

gorzek commented 2 years ago

Allow templates to be used as replacements.

This requires doing multiple passes on each run, but that's OK. Essentially, this would be done:

  1. process templates
  2. process replacements
  3. process templates
  4. if no change after the second template run, we're done
  5. if there were changes, process replacements
  6. goto 3