Contents
Add ticket keywords from a configured list
Description
This plugin allows you to add entries to the Keywords entry field from a configured list of keywords by clicking on them. Allows you to set a description for every keyword, which is shown as a tip when you hover the mouse over the keyword from "Add keywords" section.
From the "Add keywords" section:
- click once on any of the keywords you want to be filled-in into "Keywords" field;
- to remove a keyword click again on it.
You can also continue to manually add other keywords which weren't listed before.
To maintain keywords, edit the [keywords]
section in your TracIni file trac.ini
.
With default Trac only tickets can have keywords. However, if the TagsPlugin is loaded, then TracKeywordsPlugin will also supports its tags for wiki pages.
See also: KeywordSuggestPlugin, LoomingCloudsPlugin, TagsPlugin
Bugs/Feature Requests
Existing bugs and feature requests for TracKeywordsPlugin are here.
If you have any issues, create a new ticket.
defect |
7 / 7 |
||
---|---|---|---|
enhancement |
3 / 4 |
||
task |
1 / 1 |
Download
Download the zipped source from here.
Source
You can check out TracKeywordsPlugin from here using Subversion, or browse the source with Trac.
Installation
General instructions on installing Trac plugins can be found on the TracPlugins page.
- The easiest way to install is probably with PIP:
$ pip install svn+https://trac-hacks.org/svn/trackeywordsplugin/trunk/
- Do not forget to enable the plugin by updating your TracIni file with:
[components] trackeywords.* = enabled
- See below how to configure your keywords .
Configuration
Add keywords to the [keywords]
section of TracIni.
The format is <name> = <description>
, where description is shown as a tooltip.
Example:
[keywords] dupsearch = find duplicates for this ticket deploy = waiting to be deployed backport = ask for a decision on whether to backport
Recent Changes
- 17985 by clemens on 2021-01-30 15:51:20
-
reverse merge of r17981. If the TagsPlugin is loaded then TracKeywordsPlugin also works for wiki pages.
- 17984 by clemens on 2021-01-29 23:01:42
-
Fixed missing comma
- 17983 by clemens on 2021-01-29 22:59:10
-
TracKeywordsPlugin version number increased from 1.0 to 1.1, tested with TRAC 1.4.2
(more)
Author/Contributors
Author: thomasvs
Maintainer: clemens
Contributors: hasienda, ipm, nelsojost, rea, rjollos
Attachments (1)
-
TracKeywordsPlugin-atTicket.png (42.4 KB) - added by 4 years ago.
screenshot with TracKeywordsPlugin version 1.1 on TRAC 1.4.2
Download all attachments as: .zip