Changes between Version 2 and Version 3 of TagsPlugin/RelatedHacks


Ignore:
Timestamp:
Jan 19, 2017, 8:00:59 PM (7 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TagsPlugin/RelatedHacks

    v2 v3  
    11= Hacks complementing TagsPlugin
    22
    3  LoomingCloudsPlugin:: embed keywords rendered by !TagCloudMacro (provided by !TagsPlugin)
    4  * extension for !TagsPlugin - uses tags as keywords
     3 LoomingCloudsPlugin:: Embed keywords rendered by !TagCloudMacro (provided by !TagsPlugin).
     4 * extension for !TagsPlugin and uses tags as keywords
    55 * currently supports only adding keywords to tickets
    6  TracKeywordsPlugin:: embed commented keywords into resource pages
     6
     7 TracKeywordsPlugin:: Embed commented keywords into resource pages.
    78 * similarly to LoomingCloudsPlugin, but presents a simple word list instead of a rendered tag cloud
    89 * supports adding keywords to tickets and wiki pages
     
    1011 * reads default keyword list from `trac.ini`
    1112 * ''may'' optionally use !TagsPlugin ''for providing more keywords'' dynamically instead (patch available in #8799)
    12  KeywordSuggestPlugin:: auto-completion as you type (not included in TagsPlugin v0.7 and earlier) for keyword input fields for
     13
     14 KeywordSuggestPlugin:: Auto-completion as you type in the keywords input fields.
     15 * included in TagsPlugin v0.8 and later
    1316 * supports adding keywords to tickets and wiki pages
    1417 * does not require !TagsPlugin to work, but optionally uses it ''for providing more keywords'' dynamically instead