RedmineWikis » History » Version 7
Michael Koch, 2009-11-12 03:27
1 | 1 | Thomas Lecavelier | h1. Wikis |
---|---|---|---|
2 | 1 | Thomas Lecavelier | |
3 | 1 | Thomas Lecavelier | h2. Creating a new wiki page |
4 | 1 | Thomas Lecavelier | |
5 | 3 | Jean-Philippe Lang | As in every wiki, just add a link to a page by putting this kind: |
6 | 1 | Thomas Lecavelier | |
7 | 3 | Jean-Philippe Lang | <pre>![[MyNewWikiPage]]</pre> |
8 | 1 | Thomas Lecavelier | |
9 | 1 | Thomas Lecavelier | Then save, and click on that link: you have created a new wiki page with "MyNewWikiPage" as name. Congratulations. |
10 | 4 | Barbara Post | |
11 | 4 | Barbara Post | h2. Creating sub-pages (parent/child relationships) |
12 | 4 | Barbara Post | |
13 | 4 | Barbara Post | (From the [[FAQ]]). |
14 | 4 | Barbara Post | |
15 | 4 | Barbara Post | Looking at http://www.redmine.org/wiki/redmine/Page_index/special it is possible to make use of some sort of sub-paging like: |
16 | 4 | Barbara Post | > * Guide |
17 | 4 | Barbara Post | > ** RedmineAccounts |
18 | 4 | Barbara Post | > ** RedmineCustomFields |
19 | 4 | Barbara Post | > ** RedmineInstall |
20 | 4 | Barbara Post | > ** RedmineIssueList |
21 | 4 | Barbara Post | > ** RedmineIssues |
22 | 5 | Mischa The Evil | |
23 | 4 | Barbara Post | This can be accomplished by assigning a parent page to a to-be child-page. This assignment can be done via the @rename@ dialog. |
24 | 4 | Barbara Post | Thus, create both the child- and parent-pages and then open the to-be child-page and click "rename", then enter the name of the parent page. |
25 | 6 | Michael Koch | |
26 | 6 | Michael Koch | h2. Markup |
27 | 6 | Michael Koch | |
28 | 6 | Michael Koch | http://www.textism.com/tools/textile/index.php |
29 | 6 | Michael Koch | Textile |
30 | 6 | Michael Koch | |
31 | 1 | Thomas Lecavelier | |
32 | 7 | Michael Koch | <pre> |
33 | 6 | Michael Koch | Quick block modifiers: |
34 | 6 | Michael Koch | Header: hn. |
35 | 6 | Michael Koch | Blockquote: bq. |
36 | 6 | Michael Koch | Footnote: fnn. |
37 | 6 | Michael Koch | Numeric list: # |
38 | 6 | Michael Koch | Bulleted list: * |
39 | 6 | Michael Koch | |
40 | 6 | Michael Koch | Quick phrase modifiers: |
41 | 6 | Michael Koch | _emphasis_ |
42 | 6 | Michael Koch | *strong* |
43 | 6 | Michael Koch | ??citation?? |
44 | 6 | Michael Koch | -deleted text- |
45 | 6 | Michael Koch | +inserted text+ |
46 | 6 | Michael Koch | ^superscript^ |
47 | 6 | Michael Koch | ~subscript~ |
48 | 6 | Michael Koch | %span% |
49 | 6 | Michael Koch | |
50 | 6 | Michael Koch | To apply attributes: |
51 | 6 | Michael Koch | (class) |
52 | 6 | Michael Koch | (#id) |
53 | 6 | Michael Koch | {style} |
54 | 6 | Michael Koch | [language] |
55 | 6 | Michael Koch | |
56 | 6 | Michael Koch | To align blocks: |
57 | 6 | Michael Koch | < right |
58 | 6 | Michael Koch | > left |
59 | 6 | Michael Koch | = center |
60 | 6 | Michael Koch | <> justify |
61 | 6 | Michael Koch | |
62 | 6 | Michael Koch | To insert a table: |
63 | 6 | Michael Koch | |a|table|row| |
64 | 6 | Michael Koch | |a|table|row| |
65 | 6 | Michael Koch | |
66 | 6 | Michael Koch | To insert a link: |
67 | 6 | Michael Koch | "linktext":url |
68 | 6 | Michael Koch | |
69 | 6 | Michael Koch | To insert an image: |
70 | 6 | Michael Koch | !imageurl! |
71 | 6 | Michael Koch | |
72 | 6 | Michael Koch | To define an acronym: |
73 | 6 | Michael Koch | ABC(Always Be Closing) |
74 | 1 | Thomas Lecavelier | |
75 | 6 | Michael Koch | To reference a footnote: |
76 | 6 | Michael Koch | [n] |
77 | 7 | Michael Koch | </pre> |