Wiki Tips » History » Version 21
Amber Herold, 05/27/2010 11:17 AM
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 | 20 | Amber Herold | Move it to the right hand side of the page with a greater than symbol(>) after the first (!). |
41 | |||
42 | Example: |
||
43 | |||
44 | 21 | Amber Herold | !>images.jpeg! |
45 | 20 | Amber Herold | |
46 | 18 | Amber Herold | You can also turn the image into a link to a url by adding a colon (:) after the last (!) and then the url to link to. |
47 | |||
48 | Example: |
||
49 | 20 | Amber Herold | |
50 | 19 | Amber Herold | !http://lh5.google.com/vossman77/RzJbEE3GhuI/AAAAAAAAASY/SSaOA7FZKwI/nramm.jpg?imgdl=1!:http://nramm.scripps.edu |
51 | 18 | Amber Herold | |
52 | |||
53 | 14 | Amber Herold | h2. 5 Upload an Apple Keynote file |
54 | |||
55 | 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. |
||
56 | Reference: http://www.redmine.org/boards/2/topics/992?r=1032#message-1032 |
||
57 | 16 | Amber Herold | |
58 | h2. 6 Add a reference to a bug number from a subversion commit comment |
||
59 | |||
60 | 17 | Amber Herold | If you add refs and the bug number to your subversion message it automatically links them, e.g., 'refs #139'. |