From abdd1e7fd6610d2064a940ee768f456cd652c774 Mon Sep 17 00:00:00 2001 From: William Jackson Date: Sun, 8 Nov 2015 10:11:17 +0200 Subject: [PATCH] Create append.tid --- .../tiddlers/filters/examples/append.tid | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 editions/tw5.com/tiddlers/filters/examples/append.tid diff --git a/editions/tw5.com/tiddlers/filters/examples/append.tid b/editions/tw5.com/tiddlers/filters/examples/append.tid new file mode 100644 index 000000000..3eddb92de --- /dev/null +++ b/editions/tw5.com/tiddlers/filters/examples/append.tid @@ -0,0 +1,17 @@ +created: 20151017150942725 +creator: matabele +modified: 20151108051557748 +modifier: matabele +revision: 0 +tags: [[Operator Examples]] [[append Operator]] +title: append Operator (Examples) +type: text/vnd.tiddlywiki + +<<.using-days-of-week>> + +<<.operator-example 1 "[list[Days of the Week]append[Tomorrow]]">> +<<.operator-example 2 "[list[Days of the Week]append[Yesterday Today Tomorrow]]">> + +;Append the first 4 short days of the week to our list + +<<.operator-example 3 "[list[Days of the Week]append:4{Days of the Week!!short}]">>