<div class="tw-subtitle"><$link to={{!!modifier}}><$view field="modifier"/></$link> <$view field="modified" format="relativedate"/></div>
As the creator will always be there, your only chance is to modify the view template to not display the creator.
Thanks, Stephan but how do I do that?
I'm new to this and need pretty clear instructions.
<div class="tw-subtitle">
<$list filter="[is[current]tag[journal]]"><$view field="modified" format="relativedate"/></$list>
<$list filter="[is[current]!tag[journal]]"><$link to={{!!modifier}}><$view field="modifier"/></$link> <$view field="modified" format="relativedate"/></$list>
</div>
- edit "$:/core/ui/ViewTemplate/subtitle" and replace all its content with this:
<div class="tw-subtitle">
<$list filter="[is[current]tag[journal]]"><$view field="modified" format="relativedate"/></$list>
<$list filter="[is[current]!tag[journal]]"><$link to={{!!modifier}}><$view field="modifier"/></$link> <$view field="modified" format="relativedate"/></$list>
</div>
<div class="tw-subtitle">
<$list filter="[is[current]!tag[journal]]"><$link
to={{!!modifier}}><$view field="modifier"/></$link>
</$list><$view field="modified" format="relativedate"/>
</div>Just an idea: Don't you think this is better?
<div class="tw-subtitle">
<$list filter="[is[current]!tag[journal]]"><$link to={{!!modifier}}><$view field="modifier"/></$link></$list><$view field="modified" format="relativedate"/>
</div>
When you update your TW, these changes will be lost. If you don't want that, you can do the following:
- create a new tiddler called, for instance, "$:/_ViewTemplate/subtitle"
- copy the content of "$:/core/ui/ViewTemplate/subtitle" with the changes above
- tag this tiddler with "$:/tags/ViewTemplate"
- remove the tag "$:/tags/ViewTemplate" from "$:/core/ui/ViewTemplate/subtitle"
- save and reload
Are core components (still) overwritten upon upgrade?
If not, the procedure now amounts to...
- open $:/core/ui/ViewTemplate/subtitle
- apply changes above
- save
Best wishes, Tobias.
--
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 tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.