Ticket #46 (closed enhancement: fixed)

Opened 6 years ago

Last modified 6 years ago

Extend <<tagging>> macro to include number of tagged tiddlers

Reported by: JeremyRuston Owned by: JeremyRuston
Priority: minor Milestone: 2.1
Component: core Version:
Severity: low Keywords:
Cc:

Description

Enhance the <<tagging>> macro so that it's formatting strings may accept an additional %1 parameter representing the number of tiddlers that carry the tag.

For example:

config.macros.tagging.label = "%0 List (%1)";
config.macros.tagging.labelNotTag = "%0 List (%1)";
config.macros.tagging.tooltip = "List of tiddlers tagged with '%0' (%1)";

See  this thread for details

Change History

Changed 6 years ago by JeremyRuston

  • status changed from new to closed
  • resolution set to fixed

Fixed in changeset:250

Note: See TracTickets for help on using tickets.