mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 10:59:57 +00:00
d82e372569
And made the edit button be a graphic, too
18 lines
495 B
Plaintext
18 lines
495 B
Plaintext
title: $:/templates/ViewTemplate
|
|
modifier: JeremyRuston
|
|
|
|
<div class="title">
|
|
<span><<view title>></span>
|
|
<<button EditTiddler class:"btn-invisible"><[img[$:/core/images/edit-button.svg]]>>
|
|
<<button CloseTiddler class:"btn-invisible pull-right"><[img[$:/core/images/close-button.svg]]>>
|
|
</div>
|
|
<div class="small">
|
|
<<view modifier link>> <<view modified date>>
|
|
</div>
|
|
{{tw-tags-wrapper{
|
|
((([is[current]tags[]]))($:/templates/TagTemplate))
|
|
}}}
|
|
<div class="body">
|
|
<<view text wikified>>
|
|
</div>
|