You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To run commands listed below, replace `ttrpg-convert` with `java -jar ttrpg-convert-cli-2.1.0-runner.jar`
93
+
To run commands listed below, replace `ttrpg-convert` with `java -jar ttrpg-convert-cli-2.1.1-runner.jar`
94
94
95
95
Continue to notes about [Conventions](#conventions).
96
96
@@ -531,7 +531,7 @@ Of particular note are the varied monster templates:
531
531
3. 🔥 Better support fortable rendering has superceded dedicated/hand-tended random name tables. All of the tables are still present, justin different units more directly related to source material.
532
532
4. 🔥 **Change to monster template attributes:** Legendary group attributes have been simplified to `name` and `desc`, just like other traits. See the [default monster template](https://github.com/ebullient/ttrpg-convert-cli/blob/0736c3929a6d90fe01860692f487b8523b57e60d/src/main/resources/templates/tools5e/monster2md.txt#L80) for an example.
533
533
534
-
>***If you use the Templater plugin***, you can use [a templater script](https://raw.githubusercontent.com/ebullient/ttrpg-convert-cli/main/migration/ttrpg-cli-renameFiles-5e-2.1.0.md) to **rename files in your vault before merging** with freshly generated content. View the contents of the template before running it, and adjust parameters at the top to match your Vault.
534
+
>***If you use the Templater plugin***, you can use [a templater script](https://raw.githubusercontent.com/ebullient/ttrpg-convert-cli/main/migration/ttrpg-cli-renameFiles-5e-2.1.1.md) to **rename files in your vault before merging** with freshly generated content. View the contents of the template before running it, and adjust parameters at the top to match your Vault.
535
535
536
536
✨ **New template documentation** is available in [docs](https://github.com/ebullient/ttrpg-convert-cli/tree/main/docs). Content is generated from javadoc in the various *.qute packages (for template-accessible fields and methods). It may not be complete.. PRs to improve it are welcome.
0 commit comments