Replies: 1 comment 1 reply
-
|
I'm not sure I understand the question (if any). My opinion is that templates should be folder-specific. In that case, for the template building prompt in the screenshot, focusing in on specific directories should solve the context issue. If you want to give me more context (😆) I might be able to help 🌴 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I feel like I could use the Smart Context feature to help with this, but honestly have no idea how to optimize it correctly.
If it helps at all (in the context of Dungeons and Dragons custom worldbuilding), below is my {{folder_tree}}:
├── Assets/
│ ├── Backgrounds/
│ ├── Character Art/
│ ├── Class Banners/
│ ├── Maps/
│ ├── MathAndCode/
│ └── Tokens/
├── Campaigns/
│ └── Godstones Master Campaign/
│ ├── Custom Encounters/
│ ├── Geopolitical Info/
│ ├── Locations/
│ ├── NPCs/
│ ├── Player Characters/
│ ��── Session Logs/
├── Malkoros Lore/
│ ├── Cosmology & Planar Geography/
│ │ ├── Astral Plane/
│ │ │ └── Realms of the Astral Plane/
│ │ ├── Celestial Plane/
│ │ │ └── Realms of the Celestial Plane/
│ │ ├── Elemental Planes/
│ │ │ ├── Air & Wind/
│ │ │ │ └── Realms of the Plane of Air & Wind/
│ │ │ ├── Arcane/
│ │ │ │ └── Realms of the Plane of Arcane/
│ │ │ ├── Earth/
│ │ │ │ └── Realms of the Plane of Earth/
│ │ │ ├── Fire/
│ │ │ │ └── Realms of the Plane of Fire/
│ │ │ ├── Shadow/
│ │ │ │ └── Realms of the Plane of Shadow/
│ │ │ └── Water & Ice/
│ │ │ └── Realms of the Plane of Water & Ice/
│ │ ├── Ethereal Plane/
│ │ │ └── Realms of the Ethereal Plane/
│ │ ├── Lower Planes/
│ │ │ ├── Abyss/
│ │ │ │ ├── Forsaken Angels/
│ │ │ │ ├── Lost Mortals/
│ │ │ │ ├── Maw-Kings (Demon Lords)/
│ │ │ │ └── Realms/
│ │ │ │ └── Cities, Features, & Locales/
│ │ │ └── Nine Hells/
│ │ │ ├── Devil Hierarchy & The Fate of Mortal Souls/
│ │ │ │ ├── Arch-Devils/
│ │ │ │ ├── Bureaucracy & Advancement/
│ │ │ │ ├── Greater Devils/
│ │ │ │ ├── Infernal Case Studies & Myths/
│ │ │ │ │ └── Fallen Angels/
│ │ │ │ ├── Lesser Devils/
│ │ │ │ ├── Mortal Souls & Their Fate/
│ │ │ │ └── Original & Unique Devils/
│ │ │ └── Realms/
│ │ │ └── City, Features, & Locales/
│ │ ├── Pantheons/
│ │ │ └── Deities & Primordial Horrors/
│ │ │ ├── Elemental Deities/
│ │ │ ├── Greater Deities/
│ │ │ ├── Lesser Deities/
│ │ │ ├── Lower Planes Deities/
│ │ │ └── Primordial Horrors/
│ │ └── The Hollow Beyond/
│ │ └── Features, Fractals, & the Unbeing Locales/
│ ├── Cultures & Peoples/
│ ├── Factions, Guilds, & Orders/
│ │ ├── Mage Guilds/
│ │ │ ├── Arcane Circle of Enlightenment/
│ │ │ └── Bard's College/
│ │ ├── Military & Political/
│ │ │ ├── Noble Houses & Dynasties/
│ │ │ └── Rulers/
│ │ │ └── Kingdoms of Lumella/
│ │ ├── Miscellaneous Guilds/
│ │ └── Religious Fellowships/
│ ├── Geography/
│ │ ├── Maps/
│ │ └── Material Plane/
│ │ └── Realms/
│ │ ├── Bellark/
│ │ │ ├── Adventures, Hooks, & Encounter Tables/
│ │ │ ├── Cities & Settlements/
│ │ │ ├── Factions, Minor & Major Order Presence/
│ │ │ ├── History & Lore (Local)/
│ │ │ ├── Landmarks, Ruins, Points of Interest & Natural Features/
│ │ │ ├── Minor Regions & Provinces/
│ │ │ ├── Personae & Notable NPCs/
│ │ │ └── Trade, Resources, & Economics/
│ │ ├── Caltorra/
│ │ │ ├── Adventures, Hooks, & Encounter Tables/
│ │ │ ├── Cities & Settlements/
│ │ │ ├── Factions, Minor & Major Order Presence/
│ │ │ ├── History & Lore (Local)/
│ │ │ ├── Landmarks, Ruins, Points of Interest & Natural Features/
│ │ │ ├── Minor Regions & Provinces/
│ │ │ ├── Personae & Notable NPCs/
│ │ │ └── Trade, Resources, & Economics/
│ │ ├── Dramfark/
│ │ │ ├── Adventures, Hooks, & Encounter Tables/
│ │ │ ├── Cities & Settlements/
│ │ │ ├── Factions, Minor & Major Order Presence/
│ │ │ ├── History & Lore (Local)/
│ │ │ ├── Landmarks, Ruins, Points of Interest & Natural Features/
│ │ │ ├── Minor Regions & Provinces/
│ │ │ ├── Personae & Notable NPCs/
│ │ │ └── Trade, Resources, & Economics/
│ │ ├── Freyar/
│ │ │ ├── Adventures, Hooks, & Encounter Tables/
│ │ │ ├── Cities & Settlements/
│ │ │ ├── Factions, Minor & Major Order Presence/
│ │ │ ├── History & Lore (Local)/
│ │ │ ├── Landmarks, Ruins, Points of Interest & Natural Features/
│ │ │ ├── Minor Regions & Provinces/
│ │ │ ├── Personae & Notable NPCs/
│ │ │ └── Trade, Resources, & Economics/
│ │ ├── Isodora/
│ │ │ ├── Adventures, Hooks, & Encounter Tables/
│ │ │ ├── Cities & Settlements/
│ │ │ ├── Factions, Minor & Major Order Presence/
│ │ │ ├── History & Lore (Local)/
�� │ │ ├── Landmarks, Ruins, Points of Interest & Natural Features/
│ │ │ ├── Minor Regions & Provinces/
│ │ │ ├── Personae & Notable NPCs/
│ │ │ └── Trade, Resources, & Economics/
│ │ ├── Lumella/
│ │ │ ├── Adventures, Hooks, & Encounter Tables/
│ │ │ ├── Cities & Settlements/
│ │ │ ├── Factions, Minor & Major Order Presence/
│ │ │ ├── History & Lore (Local)/
│ │ │ ├── Landmarks, Ruins, Points of Interest & Natural Features/
│ │ │ ├── Minor Regions & Provinces/
│ │ │ ├── Personae & Notable NPCs/
│ │ │ └── Trade, Resources, & Economics/
│ │ └── Saalrand/
│ │ ├── Adventures, Hooks, & Encounter Tables/
│ │ ├── Cities & Settlements/
│ │ ├── Factions, Minor & Major Order Presence/
│ │ ├── History & Lore (Local)/
│ │ ├── Landmarks, Ruins, Points of Interest & Natural Features/
│ │ ├── Minor Regions & Provinces/
│ │ ├── Personae & Notable NPCs/
│ │ └── Trade, Resources, & Economics/
│ └── History of Malkoros/
│ ├── Current Mortal History/
│ │ ├── Historic Events/
│ │ └── Known Historical Figures/
│ └── World & Setting History/
│ └── Before Current Mortal History - Historic Events/
├── Mechanics & Character Options/
│ ├── Backgrounds/
│ ├── Classes/
│ ├── Crafting System/
│ │ ├── Appendices/
│ │ ├── Major Crafting Branches/
│ │ │ ├── Alchemy/
│ │ │ ├── Blacksmithing/
│ │ │ ├── Cooking/
│ │ │ ├── Enchanting/
│ │ │ ├── Engineering/
│ │ │ ├── Leatherworking/
│ │ │ ├── Poisoncraft/
│ │ │ ├── Runecarving/
│ │ │ ├── Scrollscribing/
│ │ │ ├── Tinkering/
│ │ │ ├── Wand Whittling/
│ │ │ └── Woodcarving/
│ │ └── Minor Crafting Branches/
│ ├── Feats/
│ ├── Magic/
│ │ └── Spells/
│ ├── Monsters and NPCs/
│ ├── Races/
│ ├── Subclasses/
│ │ ├── Barbarian/
│ │ ├── Bard/
│ │ ├── Cleric/
│ │ ├── Druid/
│ │ ├── Fighter/
│ │ ├── Inventor/
│ │ │ └── Inventor Upgrades, Statblocks, & Tables/
│ │ ├── Monk/
│ │ ├── Othys' Templar/
│ │ ├── Paladin/
│ │ ├── Psion/
│ │ │ └── Psionic Disciplines & Talents/
│ │ ├── Ranger/
│ │ ├── Rogue/
│ │ ├── Sorcerer/
│ │ ├── Warlock/
│ │ └── Wizard/
│ └── Toolbox/
├── Notes & Index/
├── Player Primer/
├── QuickaddScripts/
├── Smart Chat Prompts/
├── Smart Chat Reference/
├── TemplaterScripts/
├── Templates/
└── textgenerator/
└── templates/
Welcome to my hell :D
Beta Was this translation helpful? Give feedback.
All reactions