TiddlyWiki.org

Ticket #46 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

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

Reported by: JeremyRuston Assigned to: 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

21/06/06 21:07:29 changed by JeremyRuston

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

Fixed in changeset:250