1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-03 10:43:16 +00:00
TiddlyWiki5/core/templates/TagTemplate.tid
Jeremy Ruston 91e1a38db1 Switched to use double curly braces for transclusion
For compatbility with MediaWiki and other engines
2012-11-29 18:34:27 +00:00

31 lines
460 B
Plaintext

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