1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Retarget a couple of links and add trailing linefeeds

This commit is contained in:
Astrid Elocson 2015-01-24 21:53:28 +00:00
parent aac2a63e05
commit 15f05b076c
4 changed files with 7 additions and 7 deletions

View File

@ -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"/>""">
src="""<$view field="created" format="date" template="DDD DDth MMM YYYY"/>""">

View File

@ -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>>"
/>

View File

@ -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"

View File

@ -23,4 +23,4 @@ exports.run = function(cond, then, elze) {
return cond ? then : elze;
};
})();
})();