The Tree of Widsdom

智慧の樹

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($blogImage){"🎆"}; + if($DTSource){"🌀"}; + if($DTItem){"↙️"}; + if($ReferenceURL){"📜"}; + if($URL){"↗️"};})