TiddlyWiki.org

Ticket #468 (closed enhancement: fixed)

Opened 7 months ago

Last modified 7 months ago

"PrettyTag": extend <<tag>> macro to accept additional parameters for specifying alternative label and tooltip text for the tag popup button

Reported by: EricShulman Assigned to: FND
Priority: minor Milestone: 2.3.1
Component: core Version:
Severity: trivial Keywords:
Cc:

Description (Last modified by FND)

Currently, the <<tag tagName>> macro generates a link using the tagName as the displayed text, and "Show tiddlers tagged with %0" as the tooltip.

CoreTweaks extends the macro to support two additional, optional parameters to specify an alternative label and tooltip:

<<tag tagName label tooltip>>

Attachments

ticket468.patch (498 bytes) - added by FND on 11/02/08 21:58:52.
patch created from Eric's CoreTweak?
ticket468_alt.patch (1.4 kB) - added by FND on 12/02/08 10:12:08.
alternative implementation (code courtesy of Saq)

Change History

11/02/08 21:58:52 changed by FND

  • attachment ticket468.patch added.

patch created from Eric's CoreTweak?

11/02/08 21:59:15 changed by FND

  • owner changed from JeremyRuston to FND.
  • priority changed from undefined to minor.
  • status changed from new to assigned.
  • description changed.

12/02/08 10:12:08 changed by FND

  • attachment ticket468_alt.patch added.

alternative implementation (code courtesy of Saq)

13/02/08 17:18:05 changed by MartinBudden

  • milestone set to 2.3.1.

16/02/08 17:16:55 changed by JeremyRuston

  • status changed from assigned to closed.
  • resolution set to fixed.

fixed in changeset:3534