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($DEDate & $DueDate){"(" + $DueDate.year + ") "}) + (if($Authors){$Authors.at(0) + ". "}) + $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($blogImage){"🎆"}; + if($DTSource){"🌀"}; + if($DTItem){"↙️"}; + if($ReferenceURL){"📜"}; + if($URL){"↗️"};})