mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-20 00:34:50 +00:00
0d928c05a5
Which allows us to get rid of the tags macro
16 lines
352 B
Plaintext
16 lines
352 B
Plaintext
title: $:/templates/ViewTemplate
|
|
modifier: JeremyRuston
|
|
|
|
{{title{
|
|
<div><span><<view title>></span><<button EditTiddler class:"btn btn-mini"><edit>></div>
|
|
}}}
|
|
{{small{
|
|
<div><<view modifier link>> <<view modified date>></div>
|
|
}}}
|
|
{{tw-tags-wrapper{
|
|
((([is[current]tags[]]))($:/templates/TagTemplate))
|
|
}}}
|
|
<div class="body">
|
|
<<view text wikified>>
|
|
</div>
|