RedmineTextFormatting
Version 6 (Jean-Philippe Lang, 2008-01-18 19:10)
| 1 | 1 | h1. Wiki formatting |
|
|---|---|---|---|
| 2 | 1 | ||
| 3 | 1 | {{>TOC}} |
|
| 4 | 1 | ||
| 5 | 1 | Redmine supports "Textile":http://hobix.com/textile/ syntax for wikis and almost anything that has a text description (issues, news, messages, changesets...). |
|
| 6 | 1 | ||
| 7 | 1 | h2. Links |
|
| 8 | 1 | ||
| 9 | 6 | Jean-Philippe Lang | h3. Redmine links |
| 10 | 6 | Jean-Philippe Lang | |
| 11 | 1 | Redmine allows hyperlinking between issues, changesets and wiki pages from anywhere wiki formatting is used. |
|
| 12 | 1 | ||
| 13 | 6 | Jean-Philippe Lang | * Link to an issue: *#1* |
| 14 | 6 | Jean-Philippe Lang | * Link to a changeset: *!r758* (displays r758) |
| 15 | 1 | ||
| 16 | 6 | Jean-Philippe Lang | Wiki links: |
| 17 | 1 | ||
| 18 | 3 | Jean-Philippe Lang | * *[[Guide]]* displays a link to the page named 'Guide': [[Guide]] |
| 19 | 1 | * *[[Guide|User manual]]* displays a link to the same page but with a different text: [[Guide|User manual]] |
|
| 20 | 1 | ||
| 21 | 1 | You can also link to pages of an other project wiki: |
|
| 22 | 3 | Jean-Philippe Lang | |
| 23 | 1 | * *[[sandbox:some page]]* displays a link to the page named 'Some page' of the Sandbox wiki |
|
| 24 | 1 | * *[[sandbox:]]* displays a link to the Sandbox wiki main page |
|
| 25 | 1 | ||
| 26 | 1 | Wiki links are displayed in red if the page doesn't exist yet, eg: [[Nonexistent page]]. |
|
| 27 | 1 | ||
| 28 | 6 | Jean-Philippe Lang | Links to others resources (0.6.devel.1064 and above): |
| 29 | 6 | Jean-Philippe Lang | |
| 30 | 6 | Jean-Philippe Lang | * Documents: |
| 31 | 6 | Jean-Philippe Lang | |
| 32 | 6 | Jean-Philippe Lang | * *!document#17* (link to document with id 17) |
| 33 | 6 | Jean-Philippe Lang | * *!document:Greetings* (link to the document with title "Greetings") |
| 34 | 6 | Jean-Philippe Lang | * *!document:"Some document"* (double quotes can be used when document title contains spaces) |
| 35 | 6 | Jean-Philippe Lang | |
| 36 | 6 | Jean-Philippe Lang | * Versions: |
| 37 | 6 | Jean-Philippe Lang | |
| 38 | 6 | Jean-Philippe Lang | * *!version#3* (link to version with id 3) |
| 39 | 6 | Jean-Philippe Lang | * *!version:1.0.0* (link to version named "1.0.0") |
| 40 | 6 | Jean-Philippe Lang | * *!version:"1.0 beta 2"* |
| 41 | 6 | Jean-Philippe Lang | |
| 42 | 6 | Jean-Philippe Lang | * Attachments: |
| 43 | 6 | Jean-Philippe Lang | |
| 44 | 6 | Jean-Philippe Lang | * *!attachment:file.zip* (link to the attachment of the current object named file.zip) |
| 45 | 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) |
| 46 | 6 | Jean-Philippe Lang | |
| 47 | 6 | Jean-Philippe Lang | Escaping (0.6.devel.1064 and above): |
| 48 | 6 | Jean-Philippe Lang | |
| 49 | 6 | Jean-Philippe Lang | * You can prevent Redmine links from being parsed by preceding them with an exclamation mark: ! |
| 50 | 6 | Jean-Philippe Lang | |
| 51 | 6 | Jean-Philippe Lang | h3. External links |
| 52 | 5 | Jean-Philippe Lang | |
| 53 | 5 | Jean-Philippe Lang | HTTP URLs and email addresses are automatically turned into clickable links: |
| 54 | 5 | Jean-Philippe Lang | |
| 55 | 5 | Jean-Philippe Lang | <pre> |
| 56 | 5 | Jean-Philippe Lang | http://www.redmine.org, someone@foo.bar |
| 57 | 5 | Jean-Philippe Lang | </pre> |
| 58 | 5 | Jean-Philippe Lang | |
| 59 | 5 | Jean-Philippe Lang | displays: http://www.redmine.org, someone@foo.bar |
| 60 | 5 | Jean-Philippe Lang | |
| 61 | 5 | Jean-Philippe Lang | If you want to display a specific text instead of the URL, you can use the standard textile syntax: |
| 62 | 5 | Jean-Philippe Lang | |
| 63 | 5 | Jean-Philippe Lang | <pre> |
| 64 | 5 | Jean-Philippe Lang | "Redmine web site":http://www.redmine.org |
| 65 | 5 | Jean-Philippe Lang | </pre> |
| 66 | 5 | Jean-Philippe Lang | |
| 67 | 1 | displays: "Redmine web site":http://www.redmine.org |
|
| 68 | 1 | ||
| 69 | 1 | h2. Text formatting |
|
| 70 | 1 | ||
| 71 | 1 | h3. Font style |
|
| 72 | 1 | ||
| 73 | 1 | <pre><code>* *bold* |
|
| 74 | 1 | * _italic_ |
|
| 75 | 1 | * _*bold italic*_ |
|
| 76 | 1 | * +underline+ |
|
| 77 | 1 | * -strike-through- |
|
| 78 | 1 | </code></pre> |
|
| 79 | 1 | ||
| 80 | 1 | Display: |
|
| 81 | 1 | ||
| 82 | 1 | * *bold* |
|
| 83 | 1 | * _italic_ |
|
| 84 | 1 | * _*bold italic*_ |
|
| 85 | 1 | * +underline+ |
|
| 86 | 1 | * -strike-through- |
|
| 87 | 1 | ||
| 88 | 1 | h2. Inline images |
|
| 89 | 1 | ||
| 90 | 1 | * *!image_url!* displays an image located at image_url (textile syntax) |
|
| 91 | 1 | * *!>image_url!* right floating image |
|
| 92 | 1 | * If you have an image attached to your wiki page, it can be displayed inline using its filename: *!attached_image.png!* |
|
| 93 | 1 | ||
| 94 | 1 | ||
| 95 | 1 | h3. Headings |
|
| 96 | 1 | ||
| 97 | 1 | <pre><code>h1. Heading |
|
| 98 | 1 | h2. Subheading |
|
| 99 | 1 | h3. Subheading |
|
| 100 | 1 | </code></pre> |
|
| 101 | 1 | ||
| 102 | 1 | h3. Paragraphs |
|
| 103 | 1 | ||
| 104 | 1 | <pre><code>p>. right aligned |
|
| 105 | 1 | p=. centered |
|
| 106 | 1 | </code></pre> |
|
| 107 | 2 | Jean-Philippe Lang | |
| 108 | 1 | p=. This is centered paragraph. |
|
| 109 | 1 | ||
| 110 | 1 | h3. Blockquotes |
|
| 111 | 1 | ||
| 112 | 1 | Start the paragraph with *bq.* |
|
| 113 | 1 | ||
| 114 | 1 | <pre><code>bq. Rails is a full-stack framework for developing database-backed web applications according to the Model-View-Control pattern. |
|
| 115 | 1 | To go live, all you need to add is a database and a web server. |
|
| 116 | 1 | </code></pre> |
|
| 117 | 1 | ||
| 118 | 1 | Display: |
|
| 119 | 1 | ||
| 120 | 1 | bq. Rails is a full-stack framework for developing database-backed web applications according to the Model-View-Control pattern. |
|
| 121 | 1 | To go live, all you need to add is a database and a web server. |
|
| 122 | 1 | ||
| 123 | 1 | h3. Table of content |
|
| 124 | 1 | ||
| 125 | 1 | <pre><code>{{toc}} => left aligned toc |
|
| 126 | 1 | {{>toc}} => right aligned toc |
|
| 127 | 1 | </code></pre> |
|
| 128 | 1 | ||
| 129 | 1 | h2. Code highlighting |
|
| 130 | 4 | Jean-Philippe Lang | |
| 131 | 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. |
|
| 132 | 1 | ||
| 133 | 1 | You can highlight code in your wiki page using this syntax: |
|
| 134 | 1 | ||
| 135 | 1 | <pre><code><pre><code class="ruby"> |
|
| 136 | 1 | Place you code here. |
|
| 137 | 1 | </code></pre> |
|
| 138 | 1 | </pre></code> |
|
| 139 | 1 | ||
| 140 | 1 | Example: |
|
| 141 | 1 | ||
| 142 | 1 | <pre><code class="ruby"> |
|
| 143 | 1 | # The Greeter class |
|
| 144 | 1 | class Greeter |
|
| 145 | 1 | def initialize(name) |
|
| 146 | 1 | @name = name.capitalize |
|
| 147 | 1 | end |
|
| 148 | 1 | ||
| 149 | 1 | def salute |
|
| 150 | 1 | puts "Hello #{@name}!" |
|
| 151 | 1 | end |
|
| 152 | 1 | end |
|
| 153 | 1 | </pre></code> |