mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 20:10:03 +00:00
Retarget a couple of links and add trailing linefeeds
This commit is contained in:
parent
aac2a63e05
commit
15f05b076c
@ -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"/>""">
|
||||
|
@ -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>>"
|
||||
/>
|
||||
|
@ -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"
|
||||
|
@ -23,4 +23,4 @@ exports.run = function(cond, then, elze) {
|
||||
return cond ? then : elze;
|
||||
};
|
||||
|
||||
})();
|
||||
})();
|
||||
|
Loading…
Reference in New Issue
Block a user