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.

3.0 KiB

QueryTheme QueryAddedDate QueryLanguage QueryAuthor QueryPublishedD QueryReadD Alias Tag Date DocType Hierarchy location CollapseMetaTable
Social 2021
Reading
Reading list
Lifestyle
LifeHacks
Book
2021-09-25 Personal Root
51.514678599999996
-0.18378583926867909
Yes

Parent:: Lifestyle


name Create New Note
type note(New Note) template
action Template Note
id NewNote

^button-ReadingNewNote

name Create New Source
type note(New Source) template
action Template Source
id NewNote

^button-ReadingNewSource

name Save
type command
action Save current file
id Save

^button-ReadingMSave

Folder map

title: Summary
collapse: open
This note enables to navigate all books and readings in this Vault.

style: number


Quick Filter

name Search Library
type command
action MetaEdit: Run MetaEdit
id EditMetaData

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})

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

dv.view("00.01 Admin/dv-views/book_query", {sourcetype: "Book", readingd: false})


Read books

dv.view("00.01 Admin/dv-views/book_query", {sourcetype: "Book", readingd: true})


Navigation by language

French literature

dv.view("00.01 Admin/dv-views/book_query", {sourcetype: "Book", language: "FR"})


English literature

dv.view("00.01 Admin/dv-views/book_query", {sourcetype: "Book", language: "EN"})


International literature

dv.view("00.01 Admin/dv-views/book_query", {sourcetype: "Book", language: "BR"})


Navigation by type

Novel

dv.view("00.01 Admin/dv-views/book_query", {sourcetype: "Book", theme: "Novel"})


Essay

dv.view("00.01 Admin/dv-views/book_query", {sourcetype: "Book", theme: "Essay"})


Biography

dv.view("00.01 Admin/dv-views/book_query", {sourcetype: "Book", theme: "Biography"})


Tag Navigation

	Table without id tags as "Tags"
	where Source.Type = "Book"
	Flatten file.tags as tags
	Group by tags


High Level tasks