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){"β†—οΈŽ"};})})