1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-07 12:34:22 +00:00
TiddlyWiki5/core/templates/TagTemplate.tid
Jeremy Ruston 1a88a12eb5 Fixing dropdown highlights
Pesky Bootstrap is a tad specific about wanting an <li> as the
immediate parent of a dropdown item <a>
2012-10-17 23:10:10 +01:00

32 lines
419 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">
{{dropdown-menu{
* <<view title link>>
*{{divider}}
* (((
[is[current]tagging[]]
)) <li><<view title link>></li> )
}}}
</div>
>>