Table without id file.link as "Title", Author, PublishedDate as "Published Date", Language, Tag as "Themes"
Table without id file.link as "Title", Source.Author as "Author", Source.Published as "Published Date", Source.Language, Tag as "Themes"
Where TimeStamp<date(today)-dur(100years)
Where Source.Read<date(today)-dur(100years)
where SourceType = "Book"
where Source.Type = "Book"
Where file.name != "Template Pocket Source"
Where file.name != "Template Pocket Source"
Sort file.name ascending
Sort file.name ascending
```
```
@ -84,9 +84,9 @@ style: number
 
 
```dataview
```dataview
Table without id file.link as "Title", Author, PublishedDate as "Published Date", Language, Tag as "Themes", TimeStamp as "Date read"
Table without id file.link as "Title", Source.Author as "Author", Source.Published as "Published Date", Source.Language as "Language", Tag as "Themes", Source.Read as "Date read"
Where TimeStamp <date(today)andTimeStamp> date(today) - dur(100 years)
Where Source.Read <date(today)andSource.Read> date(today) - dur(100 years)
where SourceType = "Book"
where Source.Type = "Book"
Where file.name != "Template Pocket Source"
Where file.name != "Template Pocket Source"
Sort file.name ascending
Sort file.name ascending
```
```
@ -105,9 +105,9 @@ style: number
#### French literature
#### French literature
```dataview
```dataview
Table without id file.link as "Title", Author, PublishedDate as "Published Date", Language, Tag as "Themes", TimeStamp as "Date read"
Table without id file.link as "Title", Source.Author as "Author", Source.Published as "Published Date", Source.Language as "Language", Tag as "Themes", Source.Read as "Date read"
Where Language = "FR"
Where Source.Language = "FR"
where SourceType = "Book"
where Source.Type = "Book"
Where file.name != "Template Pocket Source"
Where file.name != "Template Pocket Source"
Sort file.name ascending
Sort file.name ascending
```
```
@ -121,9 +121,9 @@ style: number
#### English literature
#### English literature
```dataview
```dataview
Table without id file.link as "Title", Author, PublishedDate as "Published Date", Language, Tag as "Themes", TimeStamp as "Date read"
Table without id file.link as "Title", Source.Author as "Author", Source.Published as "Published Date", Source.Language as "Language", Tag as "Themes", Source.Read as "Date read"
Where Language = "EN"
Where Source.Language = "EN"
where SourceType = "Book"
where Source.Type = "Book"
Where file.name != "Template Pocket Source"
Where file.name != "Template Pocket Source"
Sort file.name ascending
Sort file.name ascending
```
```
@ -137,9 +137,9 @@ style: number
#### International literature
#### International literature
```dataview
```dataview
Table without id file.link as "Title", Author, PublishedDate as "Published Date", Language, Tag as "Themes", TimeStamp as "Date read"
Table without id file.link as "Title", Source.Author as "Author", Source.Published as "Published Date", Source.Language as "Language", Tag as "Themes", Source.Read as "Date read"
Where Language != "FR" AND Language != "EN"
Where Source.Language != "FR" AND Source.Language != "EN"
where SourceType = "Book"
where Source.Type = "Book"
Where file.name != "Template Pocket Source"
Where file.name != "Template Pocket Source"
Sort file.name ascending
Sort file.name ascending
```
```
@ -158,9 +158,9 @@ style: number
#### Novel
#### Novel
```dataview
```dataview
Table without id file.link as "Title", Author, PublishedDate as "Published Date", Language, Tag as "Themes", TimeStamp as "Date read"
Table without id file.link as "Title", Source.Author as "Author", Source.Published as "Published Date", Source.Language as "Language", Tag as "Themes", Source.Read as "Date read"
Where contains(Tag,"Novel")
Where contains(Tag,"Novel")
where SourceType = "Book"
where Source.Type = "Book"
Where file.name != "Template Pocket Source"
Where file.name != "Template Pocket Source"
Sort file.name ascending
Sort file.name ascending
```
```
@ -174,9 +174,9 @@ style: number
#### Essay
#### Essay
```dataview
```dataview
Table without id file.link as "Title", Author, PublishedDate as "Published Date", Language, Tag as "Themes", TimeStamp as "Date read"
Table without id file.link as "Title", Source.Author as "Author", Source.Published as "Published Date", Source.Language as "Language", Tag as "Themes", Source.Read as "Date read"
Where contains(Tag,"Essay")
Where contains(Tag,"Essay")
where SourceType = "Book"
where Source.Type = "Book"
Where file.name != "Template Pocket Source"
Where file.name != "Template Pocket Source"
Sort file.name ascending
Sort file.name ascending
```
```
@ -190,9 +190,9 @@ style: number
#### Biography
#### Biography
```dataview
```dataview
Table without id file.link as "Title", Author, PublishedDate as "Published Date", Language, Tag as "Themes", TimeStamp as "Date read"
Table without id file.link as "Title", Source.Author as "Author", Source.Published as "Published Date", Source.Language as "Language", Tag as "Themes", Source.Read as "Date read"