richardgaywood / foundry-penllawen-compendium-table-maker

Other
0 stars 1 forks source link

Title with Item Type #12

Open brunocalado opened 1 year ago

brunocalado commented 1 year ago

I used this and it create lots of titles with the name Wonderous Items. But, it would make more sense to replace Wonderous Items by item type.

await s.addJournalPageNamed("Wonderous Items")
  .addInputCompendium(gear)
  .includeItemsByCategory("Wonderous Items")
  .writeJournalPage();  

https://user-images.githubusercontent.com/4999783/228013743-df1c6d70-ce79-40aa-8f06-41a9f66bde02.mp4

brunocalado commented 1 year ago

image

richardgaywood commented 1 year ago

I'm sorry, I don't think I understand the request. What should be changed?

brunocalado commented 1 year ago

I'm sorry, I don't think I understand the request. What should be changed?

The search for "Wonderous Items" returns a bunch of items of different types. The whole list appears as distinct titles with "Wonderous Items." It would make more sense for each group to be organized by the type of item. Examples: "Wonderous Items" "Weapons" "Armor" "Gear"