RedmineTextFormatting
Version 18 (samir djouadi, 2009-04-28 07:43)
| 1 | 1 | h1. Wiki formatting |
|
|---|---|---|---|
| 2 | 1 | ||
| 3 | 1 | {{>TOC}} |
|
| 4 | 1 | ||
| 5 | 1 | h2. Links |
|
| 6 | 1 | ||
| 7 | 6 | Jean-Philippe Lang | h3. Redmine links |
| 8 | 6 | Jean-Philippe Lang | |
| 9 | 1 | Redmine allows hyperlinking between issues, changesets and wiki pages from anywhere wiki formatting is used. |
|
| 10 | 1 | ||
| 11 | 8 | Jean-Philippe Lang | * Link to an issue: *!#124* (displays #124, link is striked-through if the issue is closed) |
| 12 | 6 | Jean-Philippe Lang | * Link to a changeset: *!r758* (displays r758) |
| 13 | 16 | Jean-Philippe Lang | * Link to a changeset with a non-numeric hash: *commit:c6f4d0fd* (displays c6f4d0fd). Added in r1236. |
| 14 | 1 | ||
| 15 | 6 | Jean-Philippe Lang | Wiki links: |
| 16 | 1 | ||
| 17 | 3 | Jean-Philippe Lang | * *[[Guide]]* displays a link to the page named 'Guide': [[Guide]] |
| 18 | 1 | * *[[Guide|User manual]]* displays a link to the same page but with a different text: [[Guide|User manual]] |
|
| 19 | 1 | ||
| 20 | 1 | You can also link to pages of an other project wiki: |
|
| 21 | 3 | Jean-Philippe Lang | |
| 22 | 1 | * *[[sandbox:some page]]* displays a link to the page named 'Some page' of the Sandbox wiki |
|
| 23 | 1 | * *[[sandbox:]]* displays a link to the Sandbox wiki main page |
|
| 24 | 1 | ||
| 25 | 1 | Wiki links are displayed in red if the page doesn't exist yet, eg: [[Nonexistent page]]. |
|
| 26 | 1 | ||
| 27 | 14 | Jean-Philippe Lang | Links to others resources (0.7): |
| 28 | 6 | Jean-Philippe Lang | |
| 29 | 6 | Jean-Philippe Lang | * Documents: |
| 30 | 6 | Jean-Philippe Lang | |
| 31 | 6 | Jean-Philippe Lang | * *!document#17* (link to document with id 17) |
| 32 | 6 | Jean-Philippe Lang | * *!document:Greetings* (link to the document with title "Greetings") |
| 33 | 6 | Jean-Philippe Lang | * *!document:"Some document"* (double quotes can be used when document title contains spaces) |
| 34 | 6 | Jean-Philippe Lang | |
| 35 | 6 | Jean-Philippe Lang | * Versions: |
| 36 | 6 | Jean-Philippe Lang | |
| 37 | 6 | Jean-Philippe Lang | * *!version#3* (link to version with id 3) |
| 38 | 6 | Jean-Philippe Lang | * *!version:1.0.0* (link to version named "1.0.0") |
| 39 | 6 | Jean-Philippe Lang | * *!version:"1.0 beta 2"* |
| 40 | 6 | Jean-Philippe Lang | |
| 41 | 6 | Jean-Philippe Lang | * Attachments: |
| 42 | 6 | Jean-Philippe Lang | |
| 43 | 6 | Jean-Philippe Lang | * *!attachment:file.zip* (link to the attachment of the current object named file.zip) |
| 44 | 6 | Jean-Philippe Lang | * For now, attachments of the current object can be referenced only (if you're on an issue, it's possible to reference attachments of this issue only) |
| 45 | 1 | ||
| 46 | 14 | Jean-Philippe Lang | * Repository files |
| 47 | 14 | Jean-Philippe Lang | |
| 48 | 15 | Jean-Philippe Lang | * *!source:some/file* -- Link to the file located at /some/file in the project's repository |
| 49 | 15 | Jean-Philippe Lang | * *!source:some/file@52* -- Link to the file's revision 52 |
| 50 | 15 | Jean-Philippe Lang | * *!source:some/file#L120* -- Link to line 120 of the file |
| 51 | 15 | Jean-Philippe Lang | * *!source:some/file@52#L120* -- Link to line 120 of the file's revision 52 |
| 52 | 15 | Jean-Philippe Lang | * *!export:some/file* -- Force the download of the file |
| 53 | 14 | Jean-Philippe Lang | |
| 54 | 14 | Jean-Philippe Lang | Escaping (0.7): |
| 55 | 6 | Jean-Philippe Lang | |
| 56 | 6 | Jean-Philippe Lang | * You can prevent Redmine links from being parsed by preceding them with an exclamation mark: ! |
| 57 | 6 | Jean-Philippe Lang | |
| 58 | 6 | Jean-Philippe Lang | h3. External links |
| 59 | 5 | Jean-Philippe Lang | |
| 60 | 5 | Jean-Philippe Lang | HTTP URLs and email addresses are automatically turned into clickable links: |
| 61 | 5 | Jean-Philippe Lang | |
| 62 | 5 | Jean-Philippe Lang | <pre> |
| 63 | 5 | Jean-Philippe Lang | http://www.redmine.org, someone@foo.bar |
| 64 | 5 | Jean-Philippe Lang | </pre> |
| 65 | 5 | Jean-Philippe Lang | |
| 66 | 5 | Jean-Philippe Lang | displays: http://www.redmine.org, someone@foo.bar |
| 67 | 5 | Jean-Philippe Lang | |
| 68 | 5 | Jean-Philippe Lang | If you want to display a specific text instead of the URL, you can use the standard textile syntax: |
| 69 | 5 | Jean-Philippe Lang | |
| 70 | 5 | Jean-Philippe Lang | <pre> |
| 71 | 5 | Jean-Philippe Lang | "Redmine web site":http://www.redmine.org |
| 72 | 5 | Jean-Philippe Lang | </pre> |
| 73 | 5 | Jean-Philippe Lang | |
| 74 | 1 | displays: "Redmine web site":http://www.redmine.org |
|
| 75 | 1 | ||
| 76 | 1 | h2. Text formatting |
|
| 77 | 10 | John Goerzen | |
| 78 | 10 | John Goerzen | For things such as headlines, bold, tables, lists, Redmine supports Textile syntax. See http://hobix.com/textile/ for information on using any of these features. A few samples are included below, but the engine is capable of much more of that. |
| 79 | 1 | ||
| 80 | 1 | h3. Font style |
|
| 81 | 1 | ||
| 82 | 1 | <pre><code>* *bold* |
|
| 83 | 1 | * _italic_ |
|
| 84 | 1 | * _*bold italic*_ |
|
| 85 | 1 | * +underline+ |
|
| 86 | 1 | * -strike-through- |
|
| 87 | 1 | </code></pre> |
|
| 88 | 1 | ||
| 89 | 1 | Display: |
|
| 90 | 1 | ||
| 91 | 1 | * *bold* |
|
| 92 | 1 | * _italic_ |
|
| 93 | 1 | * _*bold italic*_ |
|
| 94 | 1 | * +underline+ |
|
| 95 | 1 | * -strike-through- |
|
| 96 | 1 | ||
| 97 | 1 | h3. Inline images |
|
| 98 | 9 | Jean-Philippe Lang | |
| 99 | 1 | * *!image_url!* displays an image located at image_url (textile syntax) |
|
| 100 | 1 | * *!>image_url!* right floating image |
|
| 101 | 15 | Jean-Philippe Lang | * *!{width:300px}image_url!* sets the width of the image |
| 102 | 18 | samir djouadi | |
| 103 | 15 | Jean-Philippe Lang | If you have an image attached to your wiki page, it can be displayed inline using its filename: *!attached_image.png!* |
| 104 | 1 | ||
| 105 | 1 | h3. Headings |
|
| 106 | 1 | ||
| 107 | 1 | <pre><code>h1. Heading |
|
| 108 | 1 | h2. Subheading |
|
| 109 | 1 | h3. Subheading |
|
| 110 | 1 | </code></pre> |
|
| 111 | 1 | ||
| 112 | 1 | h3. Paragraphs |
|
| 113 | 1 | ||
| 114 | 1 | <pre><code>p>. right aligned |
|
| 115 | 1 | p=. centered |
|
| 116 | 1 | </code></pre> |
|
| 117 | 2 | Jean-Philippe Lang | |
| 118 | 1 | p=. This is centered paragraph. |
|
| 119 | 1 | ||
| 120 | 1 | h3. Blockquotes |
|
| 121 | 1 | ||
| 122 | 1 | Start the paragraph with *bq.* |
|
| 123 | 1 | ||
| 124 | 1 | <pre><code>bq. Rails is a full-stack framework for developing database-backed web applications according to the Model-View-Control pattern. |
|
| 125 | 1 | To go live, all you need to add is a database and a web server. |
|
| 126 | 1 | </code></pre> |
|
| 127 | 1 | ||
| 128 | 1 | Display: |
|
| 129 | 1 | ||
| 130 | 1 | bq. Rails is a full-stack framework for developing database-backed web applications according to the Model-View-Control pattern. |
|
| 131 | 1 | To go live, all you need to add is a database and a web server. |
|
| 132 | 1 | ||
| 133 | 1 | h3. Table of content |
|
| 134 | 1 | ||
| 135 | 1 | <pre><code>{{toc}} => left aligned toc |
|
| 136 | 1 | {{>toc}} => right aligned toc |
|
| 137 | 1 | </code></pre> |
|
| 138 | 1 | ||
| 139 | 7 | Jean-Philippe Lang | h2. Macros |
| 140 | 7 | Jean-Philippe Lang | |
| 141 | 7 | Jean-Philippe Lang | Redmine has the following builtin macros: |
| 142 | 7 | Jean-Philippe Lang | |
| 143 | 7 | Jean-Philippe Lang | {{macro_list}} |
| 144 | 7 | Jean-Philippe Lang | |
| 145 | 7 | Jean-Philippe Lang | |
| 146 | 1 | h2. Code highlighting |
|
| 147 | 4 | Jean-Philippe Lang | |
| 148 | 1 | Code highlightment relies on "CodeRay":http://coderay.rubychan.de/, a fast syntax highlighting library written completely in Ruby. It currently supports c, html, javascript, rhtml, ruby, scheme, xml languages. |
|
| 149 | 1 | ||
| 150 | 1 | You can highlight code in your wiki page using this syntax: |
|
| 151 | 1 | ||
| 152 | 1 | <pre><code><pre><code class="ruby"> |
|
| 153 | 1 | Place you code here. |
|
| 154 | 1 | </code></pre> |
|
| 155 | 1 | </pre></code> |
|
| 156 | 1 | ||
| 157 | 1 | Example: |
|
| 158 | 1 | ||
| 159 | 1 | <pre><code class="ruby"> |
|
| 160 | 1 | # The Greeter class |
|
| 161 | 1 | class Greeter |
|
| 162 | 1 | def initialize(name) |
|
| 163 | 1 | @name = name.capitalize |
|
| 164 | 1 | end |
|
| 165 | 1 | ||
| 166 | 1 | def salute |
|
| 167 | 1 | puts "Hello #{@name}!" |
|
| 168 | 1 | end |
|
| 169 | 1 | end |
|
| 170 | 1 | </pre></code> |