1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-24 07:56:52 +00:00

Update tag dropdown to include link to tag tiddler

This commit is contained in:
Jeremy Ruston 2012-06-22 14:13:21 +01:00
parent 9a19ed67d4
commit fd58a36140

View File

@ -11,12 +11,14 @@ title: $:/templates/TagTemplate
}}} }}}
<<reveal state:TagDropDownLocation type:popup qualifyTiddlerTitles:yes>< <<reveal state:TagDropDownLocation type:popup qualifyTiddlerTitles:yes><
<div class="open"> <div class="open">
{{dropdown-menu{ <div class="dropdown-menu">
<<view title link>>
<div class="divider"></div>
((( (((
[is[current]tagging[]] [is[current]tagging[]]
)) <<view title link>> ) )) <<view title link>> )
}}} </div>
</div> </div>
>> >>