1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-12-10 10:48:05 +00:00

Use the transclude macro instead of list tagging in the tag popup

This commit is contained in:
Jeremy Ruston
2012-06-19 10:40:30 +01:00
parent ec3f16f50f
commit cabc11d517
4 changed files with 24 additions and 14 deletions

View File

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