c_DE_book

Type: Display expression

This display expression is like c_DE_norm except it prepends a book Proticon (open if FULLTEXT), the first author’s full name, the publication year in parentheses. The $Name of the note is the title of the book.

Display expression

(if($DENum){$SiblingOrder + ". "})+(if($DEIcon){if($blogStatus.contains("FULLTEXT")){"📖 "}else{"📘 "}}) + (if($Authors){$Authors.at(0) + if($DueDate|$StartDate){" " + eval(do(_displaySmartDate)) + ". "}}else{eval(do(_displaySmartDate)) + " "}) + $Name + (if($ChildCount & $DECount){" (" + $DescendantCount + ")"}) + (if($DEBips){"  " + (if($blogExpOpt){if($blogExpOpt.contains(COMPILE)){"⤓"}; + if($blogExpOpt.contains(NOKIDS)){"⬒"}; + if($blogExpOpt.contains(COLUMNS)){"⸬"}; + if($blogExpOpt.contains(BLOCKS)){"⧈"}; + " "}) + (if(1){if($bpImage){"◼︎"}; + if($DTSource){"🌀"}; + if($DTItem){"↙︎"}; + if($ReferenceURL){"🌐"}; + if($URL){"↗︎"};})})