c_DE_audio
Type: Display expression
This display expression is like c_DE_norm except it prepends a play button icon to show you that it’s an audio-note. If the button is filled, it has audio; else, it is waiting for you to attach the audio file.
Display expression
(if($DENum){$SiblingOrder + ". "}) + (if($DEIcon){if($blogAudio){"▶︎ "}else{"▷ "}}) + (if($DEDate & ($!ChildCount)){(if($StartDate){$StartDate.format("y.M0.D hmm ")}else{$Created.format("y.M0.D hmm ")})}) + $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){"↗️"};})