c_DE_quote
Type: Display expression
This display expression
- begins with author, if set
- adds title, if set
- then puts the name of the note in square brackets
- optionally appends βBipsβ to the displayed name to indicate the presence of web links (from the text, not
$URL), incoming TB links, and outgoing TB links.
Display expression
(if($DENum){$SiblingOrder + ". "}) + (if($DEIcon){"π¬ "}) + (if($DEDate & $DueDate){"(" + $DueDate.year + ") "}) + (if($Authors){$Authors.at(0) + ". "}) + (if($myPubTitle){"β" + $myPubTitle + "β "}) + (if($Name){"[" + $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){"βοΈ"};})})