<%* const hasTitle = !tp.file.title.startsWith(ā€œNewGalaxyā€); let title; if (!hasTitle) { title = await tp.system.prompt(ā€œEnter Galaxy Nameā€); await tp.file.rename(title); } else { title = tp.file.title; } _%>

Parent:

Column

Map

Town Name

INPUT[select(
option(1, ā„¹ļøGeneral Info),
option(2, 🌐Galaxy Details),
option(3, šŸ“GM Notes),
class(tabbed)
)]

Tabbed

NOTE

INPUT[select(
option(1, šŸ—ŗļøStar Systems),
class(tabbed)
)]

Tabbed


General Info

This is the planet description.

Planet Details

Dominant Races:

GM Notes

Make notes of what you need to track in the region here.

Star Systems

BUTTON[button_starsystem] Continents Large continuous landmasses that contain regions.

properties:
  file.name:
    displayName: Star Systems Name
  note.MyCategory:
    displayName: Type of Star System
views:
  - type: cards
    name: Star Systems - Cards
    filters:
      and:
        - file.folder == "2-World/Star Systems"
        - list(MyContainer).contains(this)
    order:
      - file.name
    image: note.image
  - type: table
    name: Star Systems - Table
    filters:
      and:
        - file.folder == "2-World/Star Systems"
        - list(MyContainer).contains(this)
    order:
      - file.name
    sort:
      - property: file.name
        direction: DESC
    columnSize:
      file.name: 182