mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-17 15:24:50 +00:00
18 lines
608 B
Plaintext
18 lines
608 B
Plaintext
title: $:/templates/ViewTemplate
|
|
modifier: JeremyRuston
|
|
|
|
<span class="title">
|
|
<$button message="tw-close" class="btn-invisible pull-right">{{$:/core/images/close-button.svg}}</$button>
|
|
<$button message="tw-EditTiddler" class="btn-invisible pull-right">{{$:/core/images/edit-button.svg}}</$button>
|
|
<$view field="title"/>
|
|
</span>
|
|
|
|
<div class="small"><$view field="modifier" format="link"/> <$view field="modified" format="date"/></div>
|
|
|
|
@@.tw-tags-wrapper <$list filter="[is[current]tags[]]" template="$:/templates/TagTemplate" />@@
|
|
|
|
<div class="body">
|
|
<$view field="text" format="wikified">
|
|
</$view>
|
|
</div>
|