Skip to content

Commit

Permalink
vault backup: 2024-05-02 13:50:13
Browse files Browse the repository at this point in the history
  • Loading branch information
shervinsahba committed May 2, 2024
1 parent bc120f6 commit a979ab1
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions Journal/Trackers/Quests.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,31 +16,22 @@ SORT reverse(rows.file.link) DESC


# Active Quests
## Prisoner 13
```dataview
TABLE WITHOUT ID
file.link AS "Session",
x AS ""
FROM #Prisoner13
FLATTEN x WHERE contains(x,"Prisoner13")
SORT file.name ASC
```
## RevelsEnd
## A Duergar Plot
```dataview
TABLE WITHOUT ID
file.link AS "Session",
x AS ""
FROM #RevelsEnd
FLATTEN x WHERE contains(x,"RevelsEnd")
FROM #ADuergarPlot
FLATTEN x WHERE contains(x,"ADuergarPlot")
SORT file.name ASC
```
## A Duergar Plot
## Prisoner 13
```dataview
TABLE WITHOUT ID
file.link AS "Session",
x AS ""
FROM #ADuergarPlot
FLATTEN x WHERE contains(x,"ADuergarPlot")
FROM #Prisoner13
FLATTEN x WHERE contains(x,"Prisoner13")
SORT file.name ASC
```
## The Lost Spire
Expand All @@ -61,15 +52,6 @@ FROM #TheForgottenRealm
FLATTEN x WHERE contains(x,"TheForgottenRealm")
SORT file.name ASC
```
## Prisoner237
```dataview
TABLE WITHOUT ID
file.link AS "Session",
x AS ""
FROM #Prisoner237
FLATTEN x WHERE contains(x,"Prisoner237")
SORT file.name ASC
```
## Dzaan is Dead
```dataview
TABLE WITHOUT ID
Expand Down Expand Up @@ -109,6 +91,24 @@ SORT file.name ASC


# Completed Quests
## Prisoner237
```dataview
TABLE WITHOUT ID
file.link AS "Session",
x AS ""
FROM #Prisoner237
FLATTEN x WHERE contains(x,"Prisoner237")
SORT file.name ASC
```
## RevelsEnd
```dataview
TABLE WITHOUT ID
file.link AS "Session",
x AS ""
FROM #RevelsEnd
FLATTEN x WHERE contains(x,"RevelsEnd")
SORT file.name ASC
```
## The Whale Hunters and Angajuk's Bell
```dataview
TABLE WITHOUT ID
Expand Down

0 comments on commit a979ab1

Please sign in to comment.