# The World of Jagged Edge Hideaway
## Player Characters
%%
```dataview
TABLE embed(token) as "Token", gender, race, class, description as "Description"
FROM "ttrpgs/Jagged Edge Hideaway"
WHERE type = "PC"
```
%%
## Sessions
%%
```button
name Add New Session
type note(TTRPGs/Jagged Edge Hideaway/001_20231210, split) template
action session-player
templater true
```
^button-addsession
```dataview
table embed(art) as "Art", summary as "Summary" from "ttrpgs/Jagged Edge Hideaway"
where contains(type,"session")
SORT sessionNum DESC
```
%%
- [[001_20231210 Meet the Blue Cleavers]]
- [[002_20231217 The giant badger with a sprig of mistletoe in his beard]]
- [[003_20240128 Josiane is played by Aubrey Plaza]]
## Truths about the campaign/world
*Write down some facts about this campaign or the world that the characters find themselves in.*
-
## Factions
```dataview
TABLE description as "Description" from "ttrpgs/Jagged Edge Hideaway"
WHERE contains(lower(type),"faction")
```
## Custom rules
- [[Character options]]
- [[Jagged Edge Hideaway House rules]]
## [[Jagged Edge Hideaway Safety Tools]]