Mohammad,
It tends to be easier to make a tiddler with a list with in it if you want
to manage larger numbers of tiddlers.
However this is how I look for what you ask
The Tag tiddlers appear in the view template
The Tag $:/tags/ViewTemplate deterims if it appears on the view template
Looking at this tag you see $:/core/ui/ViewTemplate/tags is on the view
template to display tags
Opening $:/core/ui/ViewTemplate/tags we see
<$reveal type="nomatch" stateTitle=<<folded-state>> text="hide" tag="div"
retain="yes" animate="yes">
<div class="tc-tags-wrapper"><$list
filter="[all[current]tags[]sort[title]]" template="$:/core/ui/TagTemplate"
storyview="pop"/></div>
</$reveal>
We see it uses the template $:/core/ui/TagTemplate
Opening $:/core/ui/TagTemplate
I see this is where the popup is defined
And placing some text after the <hr> appears in the popup.
I suggest writing an alternative
$:/core/ui/TagTemplate eg $:/my/TagTemplate
and use it as follows
{{tagname||$:/my/TagTemplate}}
or using currentTiddler
{{||$:/my/TagTemplate}}
Regards
Tony
On Monday, September 2, 2019 at 10:38:16 AM UTC+10, Mohamed Amin wrote:
>
> Dears,
>
> In any Tiddler that has a tag, whenever we click on that tag (the orange
> button) there is a drop-down menu appeared that contains the name of that
> tag and all tiddlers that tagged by it.
>
> My question is: How can I customise that menu? where is the macro for its
> OnClick action?
>
> For Example, Suppose I've a tag that tagging a lot of tiddlers and I need
> to arrange them (in that menu) by "modified data"
>
> Thanks in Advance
>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/3a8760cb-dbdf-4963-8e39-56b521fd2e64%40googlegroups.com.