--- QueryTheme: Social QueryAddedDate: 2021 QueryLanguage: QueryAuthor: QueryPublishedD: QueryReadD: Alias: ["Reading", "Reading list"] Tag: ["Lifestyle", "LifeHacks", "Book"] Date: 2021-09-25 DocType: "Personal" Hierarchy: "Root" location: [51.514678599999996, -0.18378583926867909] CollapseMetaTable: Yes --- Parent:: [[Lifestyle]] ---   ```button name Create New Note type note(New Note) template action Template Note id NewNote ``` ^button-ReadingNewNote ```button name Create New Source type note(New Source) template action Template Source id NewNote ``` ^button-ReadingNewSource ```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   ```button name Search Library type command action MetaEdit: Run MetaEdit id EditMetaData ```   ```dataviewjs 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}) ```   ```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   ```dataviewjs dv.view("00.01 Admin/dv-views/book_query", {sourcetype: "Book", readingd: false}) ```   ---   ### Read books   ```dataviewjs dv.view("00.01 Admin/dv-views/book_query", {sourcetype: "Book", readingd: true}) ```   ---   ### Navigation by language     #### French literature ```dataviewjs dv.view("00.01 Admin/dv-views/book_query", {sourcetype: "Book", language: "FR"}) ```   ---   #### English literature ```dataviewjs dv.view("00.01 Admin/dv-views/book_query", {sourcetype: "Book", language: "EN"}) ```   ---   #### International literature ```dataviewjs dv.view("00.01 Admin/dv-views/book_query", {sourcetype: "Book", language: "BR"}) ```   ---   ### Navigation by type     #### Novel ```dataviewjs dv.view("00.01 Admin/dv-views/book_query", {sourcetype: "Book", theme: "Novel"}) ```   ---   #### Essay ```dataviewjs dv.view("00.01 Admin/dv-views/book_query", {sourcetype: "Book", theme: "Essay"}) ```   ---   #### Biography ```dataviewjs dv.view("00.01 Admin/dv-views/book_query", {sourcetype: "Book", theme: "Biography"}) ```   ---   ### Tag Navigation   ```dataview Table without id tags as "Tags" where Source.Type = "Book" Flatten file.tags as tags Group by tags ```   ---   ### High Level tasks