[[PageOutline(2-5,Contents,pullout)]] = Generate !TracLinks for the page, put anchors on paragraphs == Description This plugin offers the following dual functionality: 1. Generate TracLinks in search box for { wiki: report: query: ticket: attachment: source: diff: log: milestone: timeline: search: comment: }. [[BR]] (in ja-JP) 表示しているページのTracLinksを検索ボックスに表示します。 1. Add anchor in paragraphs and list items in wiki and ticket. [[BR]] (in ja-JP) Wikiとチケットにある段落やリスト項目にアンカーを追加します。 '''The search box has the ticket link added to it:''' [[Image(TracLinks.png, border=2)]] '''The web address to the paragraph is shown when hovering over the paragraph:''' [[Image(AnchorAnywhere.png, border=2)]] === Examples of !TracLinks generated - !wiki:WikiStart - !wiki:/TracGuide#AdministratorGuide - !ticket:1 - !ticket:1?version=1 - !report:1 - !report:7 - !query:owner=admin - !attachment:test.txt:ticket:1 - !attachment:image.png:wiki:WikiStart - !attachment:"file name with spaces.txt:wiki:with spaces" - !log:@1:2 - !log:/trunk@1 - !log:anotherrepo/trunk@1 - !diff:@1:2 - !diff:trunk@1:2 - !diff:trunk//tags - !diff:trunk@1//tags@2 - !diff:anotherrepo/trunk@2//anotherrepo/tags@3 - !milestone:milestone1 - !timeline:2012-02-22T15:31:04+09:00 - !search:searchtext - !source:/trunk/file.txt - !source:/trunk/file.txt@2 - !source:anotherrepo/trunk/file.txt - !source:anotherrepo/trunk/file.txt@3 - !comment:1:ticket:1 - !source:/trunk/file.txt#L20 - ![/newticket?owner=admin&priority=major&status=new&type=defect&reporter=admin] - !ticket:1#no1 See also: trac:ticket:9448 == Bugs/Feature Requests Existing bugs and feature requests for TracLinksPlugin are [report:9?COMPONENT=TracLinksPlugin here]. If you have any issues, create a [/newticket?component=TracLinksPlugin new ticket]. [[TicketQuery(component=TracLinksPlugin&group=type,format=progress)]] == Download Download the zipped source from [export:traclinksplugin here]. == Source You can check out TracLinksPlugin from [/svn/traclinksplugin here] using Subversion, or [source:traclinksplugin browse the source] with Trac. == Installation 1. Install the plugin: {{{#!sh easy_install https://trac-hacks.org/svn/traclinksplugin/0.12 }}} 2. Enable the plugin by adding the following to your `trac.ini` file: {{{#!ini [components] traclinks.* = enabled }}} == Recent Changes [[ChangeLog(traclinksplugin, 3)]] == Author/Contributors '''Author:''' [wiki:matobaa] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''