1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-08 04:54:23 +00:00
TiddlyWiki5/core/templates/TagTemplate.tid
Jeremy Ruston 663fd2fe10 More styling adjustments
And started using Bootstrap's responsive stylesheets, so we can start
to look decent on phones
2012-06-24 17:07:38 +01:00

25 lines
427 B
Plaintext

title: $:/templates/TagTemplate
{{btn-invisible{
<<button popup:TagDropDownLocation qualifyTiddlerTitles:yes><
{{label{
<<color background:yes default:#aaa><
<<view title>>
>>
}}}
>>
}}}
<<reveal state:TagDropDownLocation type:popup qualifyTiddlerTitles:yes><
<div class="open">
<div class="dropdown-menu">
<<view title link>>
<div class="divider"></div>
(((
[is[current]tagging[]]
)) <<view title link>> )
</div>
</div>
>>