You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

238 lines
3.1 KiB

---
QueryTheme: Social
QueryAddedDate: 2021
QueryLanguage:
QueryAuthor:
QueryPublishedD:
QueryReadD:
cssclass: recipeTable
Alias: ["Reading", "Reading list"]
3 years ago
Tag: ["Lifestyle", "LifeHacks", "Book"]
Date: 2021-09-25
DocType: "Personal"
ChildrenType:
- Source
- Note
- Task
Hierarchy: "Root"
location: [51.514678599999996, -0.18378583926867909]
CollapseMetaTable: Yes
---
Parent:: [[Lifestyle]]
---
3 years ago
^Top
 
```button
name Create Note
type append template
action NewFile
id CreateNote
```
^button-ReadingNewNote
```button
name Save
type command
action Save current file
id Save
```
^button-ReadingMSave
 
# Folder map
 
```ad-abstract
title: Summary
collapse: open
This note enables to navigate all books and readings in this Vault.
```
 
```toc
style: number
```
 
---
 
### Quick Filter
3 years ago
[[#^Top|TOP]]
 
```button
name Search Library
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
 
```dataviewjs
3 years ago
dv.view("00.01 Admin/dv-views/print_sourcesearch", {sourcetype: "Book", dateadded: dv.current().QueryAddedDate, language: dv.current().QueryLanguage, author: dv.current().QueryAuthor, publicationd: dv.current().QueryPublishedD, theme: dv.current().QueryTheme, readingd: dv.current().QueryReadD})
3 years ago
```
3 years ago
 
3 years ago
```dataviewjs
dv.view("00.01 Admin/dv-views/book_query", {sourcetype: "Book", dateadded: dv.current().QueryAddedDate, language: dv.current().QueryLanguage, author: dv.current().QueryAuthor, publicationd: dv.current().QueryPublishedD, theme: dv.current().QueryTheme, readingd: dv.current().QueryReadD})
```
 
---
 
### Unread books
3 years ago
[[#^Top|TOP]]
 
```dataviewjs
3 years ago
dv.view("00.01 Admin/dv-views/book_query", {sourcetype: "Book", readingd: false})
```
 
---
 
### Read books
3 years ago
[[#^Top|TOP]]
 
```dataviewjs
3 years ago
dv.view("00.01 Admin/dv-views/book_query", {sourcetype: "Book", readingd: true})
```
 
---
 
3 years ago
### Navigation by language
 
#### French literature
3 years ago
[[#^Top|TOP]]
```dataviewjs
3 years ago
dv.view("00.01 Admin/dv-views/book_query", {sourcetype: "Book", language: "FR"})
3 years ago
```
 
---
 
#### English literature
3 years ago
[[#^Top|TOP]]
```dataviewjs
3 years ago
dv.view("00.01 Admin/dv-views/book_query", {sourcetype: "Book", language: "EN"})
3 years ago
```
 
---
 
#### International literature
3 years ago
[[#^Top|TOP]]
```dataviewjs
3 years ago
dv.view("00.01 Admin/dv-views/book_query", {sourcetype: "Book", language: "BR"})
3 years ago
```
 
---
 
### Navigation by type
 
#### Novel
3 years ago
[[#^Top|TOP]]
```dataviewjs
3 years ago
dv.view("00.01 Admin/dv-views/book_query", {sourcetype: "Book", theme: "Novel"})
3 years ago
```
 
---
 
#### Essay
3 years ago
[[#^Top|TOP]]
```dataviewjs
3 years ago
dv.view("00.01 Admin/dv-views/book_query", {sourcetype: "Book", theme: "Essay"})
3 years ago
```
 
---
 
#### Biography
3 years ago
[[#^Top|TOP]]
```dataviewjs
3 years ago
dv.view("00.01 Admin/dv-views/book_query", {sourcetype: "Book", theme: "Biography"})
3 years ago
```
 
---
 
### Tag Navigation
3 years ago
[[#^Top|TOP]]
 
```dataview
Table without id tags as "Tags"
3 years ago
where Source.Type = "Book"
Flatten file.tags as tags
Group by tags
```
 
---
 
### High Level tasks
 
3 years ago
[[#^Top|TOP]]