Parent Continent:
INPUT[suggester(optionQuery(#Category/Galaxy)):MyContainer]
Column
Map
Town Name
INPUT[select( option(1, ā¹ļøGeneral Info), option(2, šStar System), option(3, šGM Notes), class(tabbed) )]Tabbed
NOTE
INPUT[select( option(1, šŗļøPlanets), option(2, šŗļøPoints of Interest), class(tabbed) )]Tabbed
General Info
This is the star system description.
Star System Details
Dominant Races:
GM Notes
Make notes of what you need to track in the star system here.
Planets
BUTTON[button_planet]
properties:
file.name:
displayName: Planet Name(s)
note.MyCategory:
displayName: Type of Planet
views:
- type: cards
name: Planets - Cards
filters:
and:
- file.folder == "2-World/Planets"
- list(MyContainer).contains(this)
order:
- file.name
image: note.image
- type: table
name: Planets - Table
filters:
and:
- file.folder == "2-World/Planets"
- list(MyContainer).contains(this)
order:
- file.name
sort:
- property: file.name
direction: DESC
columnSize:
file.name: 182
Points of Interest
BUTTON[button_pointofinterest]
properties:
file.name:
displayName: Point of Interest Name(s)
note.MyCategory:
displayName: Type of POI
views:
- type: cards
name: Point of Interest - Cards
filters:
and:
- file.folder == "2-World/Points of Interest"
- list(MyContainer).contains(this)
order:
- file.name
image: note.image
- type: table
name: Point of Interest - Table
filters:
and:
- file.folder == "2-World/Points of Interest"
- list(MyContainer).contains(this)
order:
- file.name
sort:
- property: file.name
direction: DESC
columnSize:
file.name: 182
