From 15f05b076c0c0cb8198c282dbd70debe082480d7 Mon Sep 17 00:00:00 2001 From: Astrid Elocson Date: Sat, 24 Jan 2015 21:53:28 +0000 Subject: [PATCH] Retarget a couple of links and add trailing linefeeds --- editions/tw5.com/tiddlers/concepts/DateFields.tid | 4 ++-- editions/tw5.com/tiddlers/filters/eachday.tid | 4 ++-- editions/tw5.com/tiddlers/filters/sameday.tid | 4 ++-- editions/tw5.com/tiddlers/system/if-macro.js | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/editions/tw5.com/tiddlers/concepts/DateFields.tid b/editions/tw5.com/tiddlers/concepts/DateFields.tid index 33eb37cb9..9c1bfa618 100644 --- a/editions/tw5.com/tiddlers/concepts/DateFields.tid +++ b/editions/tw5.com/tiddlers/concepts/DateFields.tid @@ -1,5 +1,5 @@ created: 20150117190213631 -modified: 20150117191804000 +modified: 20150124214537000 tags: Concepts title: Date Fields type: text/vnd.tiddlywiki @@ -25,4 +25,4 @@ As an example, the <<.field created>> field of this tiddler has the value <<.val Dates can be [[converted to other formats|DateFormat]] for display: <$macrocall $name="wikitext-example-without-html" -src="""<$view field="created" format="date" template="DDD DDth MMM YYYY"/>"""> \ No newline at end of file +src="""<$view field="created" format="date" template="DDD DDth MMM YYYY"/>"""> diff --git a/editions/tw5.com/tiddlers/filters/eachday.tid b/editions/tw5.com/tiddlers/filters/eachday.tid index b1fcdb712..d8c8ff20a 100644 --- a/editions/tw5.com/tiddlers/filters/eachday.tid +++ b/editions/tw5.com/tiddlers/filters/eachday.tid @@ -1,5 +1,5 @@ created: 20140410103123179 -modified: 20150124164959000 +modified: 20150124214554000 tags: [[Filter Operators]] [[Group Operators]] [[Date Operators]] title: eachday Operator type: text/vnd.tiddlywiki @@ -8,7 +8,7 @@ purpose: select one of each group of input titles by date <$macrocall $name=".operator-def" input="a [[selection of titles|Title Selection]]" -parameter="the name of a date [[field|TiddlerFields]]" +parameter="the name of a [[date field|Date Fields]]" paramName="f" output="a selection containing the first input title encountered for each distinct value (ignoring times of day) of field <<.place f>>" /> diff --git a/editions/tw5.com/tiddlers/filters/sameday.tid b/editions/tw5.com/tiddlers/filters/sameday.tid index 6285288c1..03580ea9c 100644 --- a/editions/tw5.com/tiddlers/filters/sameday.tid +++ b/editions/tw5.com/tiddlers/filters/sameday.tid @@ -1,5 +1,5 @@ created: 20140410103123179 -modified: 20150124191743000 +modified: 20150124214612000 tags: [[Filter Operators]] [[Date Operators]] title: sameday Operator type: text/vnd.tiddlywiki @@ -8,7 +8,7 @@ purpose: filter the input by date <$macrocall $name=".operator-def" input="a [[selection of titles|Title Selection]]" -suffix="the name of a date [[field|TiddlerFields]], defaulting to <<.field modified>>" +suffix="the name of a [[date field|Date Fields]], defaulting to <<.field modified>>" suffixName="f" parameter="a date, in the [[format|DateFormat]] `YYYYMMDD`" paramName="d" diff --git a/editions/tw5.com/tiddlers/system/if-macro.js b/editions/tw5.com/tiddlers/system/if-macro.js index 87d4f07dc..6c902ed65 100644 --- a/editions/tw5.com/tiddlers/system/if-macro.js +++ b/editions/tw5.com/tiddlers/system/if-macro.js @@ -23,4 +23,4 @@ exports.run = function(cond, then, elze) { return cond ? then : elze; }; -})(); \ No newline at end of file +})();