mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-04 17:16:18 +00:00
91e1a38db1
For compatbility with MediaWiki and other engines
32 lines
872 B
Plaintext
32 lines
872 B
Plaintext
title: $:/templates/ViewTemplate
|
|
modifier: JeremyRuston
|
|
|
|
<<button popup:"$:/temp/FieldsDropDownLocation" qualifyTiddlerTitles:yes class:"btn-invisible"><
|
|
<span class="title"><<view title>> </span>
|
|
>>
|
|
<span> <<reveal state:[[$:/EditMode]] type:match text:yes>< <<button EditTiddler class:"btn-invisible"><[img[$:/core/images/edit-button.svg]]>> >> </span>
|
|
<<button close class:"btn-invisible pull-right"><[img[$:/core/images/close-button.svg]]>>
|
|
|
|
<div class:"small"><<view modifier link>> <<view modified relativedate>></div>
|
|
|
|
<<reveal state:"$:/temp/FieldsDropDownLocation" type:popup qualifyTiddlerTitles:yes><
|
|
|
|
<div class="open">
|
|
|
|
{{dropdown-menu table table-condensed table-bordered{
|
|
|
|
<<fields>>
|
|
|
|
}}}
|
|
|
|
</div>
|
|
|
|
>>
|
|
|
|
{{tw-tags-wrapper{
|
|
<<list filter:[is[current]tags[]] template:"$:/templates/TagTemplate" block:no>>
|
|
}}}
|
|
<div class="body">
|
|
<<view text wikified>>
|
|
</div>
|