Hello, I'm new to this group.
I'm using tiddly wiki as a personal wiki and exporting most notes to a
static site.
I've adapted the subtitle field to show the modified date on the static
site. The problem is the static site shows the modified date as the date I
run the export for all pages.
The snippet I'm using is this:
<div class="tc-subtitle">
<$link to={{!!modifier}} />
<p> This page modified on <$view field="modified" format="date"
template={{$:/language/Tiddler/DateFormat}}/></p>
</div>
In the static tiddler template it is down as:
`<$view tiddler="$:/davidralphlewis/date-modified" format="htmlwikified"/>`
The site with the date I exported it on the right of each page is here:
https://davidralphlewis.github.io/binaryephemera/
Any idea how I can make the site show the actual modified date, not the
date I ran the import?
Thanks so much!
David
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/23b84808-7f58-43d1-89ca-88e619d9d24cn%40googlegroups.com.