Project

General

Profile

Actions

RedmineWikis » History » Revision 6

« Previous | Revision 6/36 (diff) | Next »
Michael Koch, 2009-11-12 03:27


Wikis

Creating a new wiki page

As in every wiki, just add a link to a page by putting this kind:

![[MyNewWikiPage]]

Then save, and click on that link: you have created a new wiki page with "MyNewWikiPage" as name. Congratulations.

Creating sub-pages (parent/child relationships)

(From the FAQ).

Looking at http://www.redmine.org/wiki/redmine/Page_index/special it is possible to make use of some sort of sub-paging like:

  • Guide
    • RedmineAccounts
    • RedmineCustomFields
    • RedmineInstall
    • RedmineIssueList
    • RedmineIssues

This can be accomplished by assigning a parent page to a to-be child-page. This assignment can be done via the rename dialog.
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.

Markup

http://www.textism.com/tools/textile/index.php
Textile

A Humane Web Text Generator

what does it do?

Quick block modifiers:
Header: hn.
Blockquote: bq.
Footnote: fnn.
Numeric list: #
Bulleted list: *

Quick phrase modifiers:
emphasis
strong
citation
deleted text
inserted text
superscript
subscript
span

To apply attributes:
(class)
(#id) {style}
[language]

To align blocks:
< right

left

= center
<> justify

To insert a table:
a table row
a table row

To insert a link:
"linktext":url

To insert an image:

To define an acronym:
ABC

To reference a footnote:
[n]

Updated by Michael Koch over 14 years ago · 6 revisions