created: 20220223004441865 modified: 20220223004441865 tags: [[Operator Examples]] [[insertbefore Operator]] title: insertbefore Operator (Examples) type: text/vnd.tiddlywiki \define before-title() Friday \define missing-title() Yesterday \define display-variable(name) ''<$text text=<<__name__>>/>'': <$text text={{{ [<__name__>getvariable[]] }}}/> \end These examples use the following predefined variables: * <> * <> <<.operator-example 1 """[list[Days of the Week]insertbefore[Today]]""">> <<.operator-example 2 """[list[Days of the Week]insertbefore[Today],[Tuesday]]""">> <<.operator-example 3 """[list[Days of the Week]insertbefore[Today],]""">> <<.operator-example 4 """[list[Days of the Week]insertbefore:before-title[Today]]""">> <<.operator-example 5 """[list[Days of the Week]insertbefore[Today],]""">> <<.operator-example 6 """[list[Days of the Week]insertbefore:missing-title[Today]]""">>