mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
acbf87657b
The present implementation of relative dates doesn’t auto-update, nor does it work effectively in static renderings. Until that’s fixed, I think it is better to switch to absolute dates.
11 lines
354 B
Plaintext
11 lines
354 B
Plaintext
title: $:/core/ui/ViewTemplate/subtitle
|
|
tags: $:/tags/ViewTemplate
|
|
|
|
<$reveal type="nomatch" state=<<folded-state>> text="hide" tag="div" retain="yes" animate="yes">
|
|
<div class="tc-subtitle">
|
|
<$link to={{!!modifier}}>
|
|
<$view field="modifier"/>
|
|
</$link> <$view field="modified" format="date" template={{$:/language/Tiddler/DateFormat}}/>
|
|
</div>
|
|
</$reveal>
|