## Campaigns
[[Curse of Strahd]]
[[Tomb of Horrors]]
[[Waterdeep Dragon Heist|Waterdeep: Dragon Heist]]
[[Borca]]
[[Orrery of the Wanderer]]
[[Wild Beyond the Witchlight]]
[[Strixhaven Year 1]]
[[Lost Laboratory of Kwalish]]
[[Dungeon of the Mad Mage]]
[[City of Eyes]]
[[Star Wars Stranded on Parnassos|Star Wars: Stranded on Parnassos]]
[[Journeys through the Radiant Citadel]]
[[Re Strahd|Re: Strahd]]
[[Volo's Guide to Getting Murdered]]
[[Objects of Interest - Forged in Fire|Objects of Interest: Forged in Fire]]
[[Chains of Asmodeus]]
## Characters
[[Characters.base|Characters]]
## Other Categories
[[Calendars.base|Calendars]]
[[Locations.base|Locations]]
[[Organizations.base|Organizations]]
[[Journals and Writings.base|Journals and Writings]]
[[Players.base|Players]]
[[Relationships.base|Relationships]]
[[Timelines.base|Timelines]]
## All Notes
```base
filters:
and:
- file.ext != "png"
- file.ext != "jpg"
- file.ext != "webp"
- file.ext != "css"
- file.ext != "js"
- "!tags.isEmpty()"
formulas:
sort: if(file.hasTag("Journal"),note["Date (Harptos)"],file.name)
properties:
file.name:
displayName: Name
tags:
displayName: Tags
views:
- type: table
name: Table
groupBy:
property: file.tags
direction: ASC
order:
- file.name
- tags
sort:
- property: formula.sort
direction: ASC
columnSize:
file.name: 400
```