Changes between Initial Version and Version 1 of TagsPlugin/RelatedHacks


Ignore:
Timestamp:
Jun 16, 2013, 12:17:46 PM (11 years ago)
Author:
Steffen Hoffmann
Comment:

revised and corrected hack list, originally compiled for comment:ticket:8799:33

Legend:

Unmodified
Added
Removed
Modified
  • TagsPlugin/RelatedHacks

    v1 v1  
     1= Hacks complementing TagsPlugin
     2
     3 LoomingCloudsPlugin:: embed keywords rendered by !TagCloudMacro (provided by !TagsPlugin)
     4 * extension for !TagsPlugin - uses tags as keywords
     5 * currently supports only adding keywords to tickets
     6 TracKeywordsPlugin:: embed commented keywords into resource pages
     7 * similarly to LoomingCloudsPlugin, but presents a simple word list instead of a rendered tag cloud
     8 * supports adding keywords to tickets and wiki pages
     9 * does not require !TagsPlugin to work
     10 * reads default keyword list from `trac.ini`
     11 * ''may'' optionally use !TagsPlugin ''for providing more keywords'' dynamically instead (patch available in #8799)
     12 KeywordSuggestPlugin:: auto-completion as you type for keyword input fields
     13 * supports adding keywords to tickets and wiki pages
     14 * does not require !TagsPlugin to work, but optionally uses it ''for providing more keywords'' dynamically instead
     15 * reads default keyword list from `trac.ini`