Project

General

Profile

Wiki Tips » History » Version 16

Amber Herold, 03/04/2010 02:34 PM

1 1 Amber Herold
h1. Wiki Tips
2
3 15 Amber Herold
{{>toc}}
4 1 Amber Herold
5 6 Amber Herold
h2. 1 Add "breadcrumbs" to your wiki page
6
7
Breadcrumbs are links that appear at the top of a wiki page that show the previous pages that you visited. 
8
To add breadcrumbs you must set up parent/child relationships for wiki pages. 
9
To set the parent of the page that you are currently viewing, select "Rename" at the top right. 
10
Copy and paste the name of the parent page from the desired parent page's "Rename" section.
11
12
h2. 2 Add a Table of Contents to your wiki page
13
14
If your wiki page is long with multiple headings, you may want a table of contents.
15
16
{{toc}} adds it to the left hand side of your page.
17
18
{{>toc}} adds it to the right hand side.
19
20
h2. 3 Wiki links
21
22 7 Amber Herold
![[AMI Redmine Quick Start Guide]] displays a link to the page named 'AMI Redmine Quick Start Guide': [[AMI Redmine Quick Start Guide]]
23
24
![[AMI_Redmine_Quick_Start_Guide|AMI Redmine QSG]] displays a link to the same page but with a different text: [[AMI_Redmine_Quick_Start_Guide|AMI Redmine QSG]]
25
26 8 Amber Herold
![[AMI_Redmine_Quick_Start_Guide#1-Register-as-a-user|How to register]] displays a link to the header on the same page with a different text: [[AMI_Redmine_Quick_Start_Guide#1-Register-as-a-user|How to register]]
27 6 Amber Herold
28 9 Amber Herold
Note that when linking to a header on another wiki page, the header must be labeled h1., h2., or h3. (h4. will not work.) Also, there may not be special characters such as period(.) or dash(-) in the header that you are linking to.
29 10 Amber Herold
30
h2. 4 Add super cool images to a wiki page
31
32
At the bottom of the wiki page is an "upload file" link. Use this to upload your image file to Redmine. 
33
Then right click on the link to the file and select "Copy Link Location". 
34
Next, edit the wiki page and paste the link location. Put an exclamation point(!) at the start and end of the URL.  
35 11 Amber Herold
36
Example:
37
38
!http://emg.nysbc.org/attachments/13/images.jpeg!
39 14 Amber Herold
40
h2. 5 Upload an Apple Keynote file 
41
42
Since a Keynote file is actually a folder, it will not upload properly in Redmine. You will need to put the Keynote into an archive like Zip and then upload the zip file.
43
Reference: http://www.redmine.org/boards/2/topics/992?r=1032#message-1032
44 16 Amber Herold
45
h2. 6 Add a reference to a bug number from a subversion commit comment
46
47
If you add refs and the bug number to your subversion message it automatically links them, e.g., !'refs #139'.