Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Sign in
O
OHR Support
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 98
    • Issues 98
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • Wiki
    • Wiki
  • image/svg+xml
    Discourse
    • Discourse
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Projects
  • OHR Support
  • Wiki
  • Twiki vs textile

Twiki vs textile

Last edited by Enrique García Jun 14, 2010
Page history

Twiki vs textile

What follows is an introduction for people familiar with Twiki.

Differences between Redmine and Twiki

Headers

<notextile>
---++ Twiki header

h2. Redmine header

(remember to leave one empty line before and after the header on redmine)
</notextile>

Sublists are not indented; instead, the number of stars expresses the list level:

<notextile>
* Twiki list
  * Twiki sublist

* Redmine list
** Redmine sublist
</notextile>

Numbered lists are expressed with the # symbol:

<notextile>
1. Twiki numbered list

# Redmine numbered list
</notextile>

Tables look very similar. The only difference is how you express table headers (you prefix the table contents with _.)

<notextile>
|  *Twiki table header*  | *Another header* |
| Twiki table contents   | More cells       |

| * Redmine table header *| * Another header *|
| Redmine table contents | More cells       |
</notextile>

Links have also changed:

[[http:http://www.google.com\]\[Twiki external link to Google]]*
Description][Twiki internal link*

Now becomes this:

*Redmine external link to Google*
Description*

On redmine there's a specific way link to issues, commits and files on the repository. These really don't have an equivalent on Twiki:

A link to a file stored on the repository: link
A link to revision 40 of that file: link
A link to line 14 of revision 40 of that file: link
A link to revision 758: r1
A link to an issue: #12 (closed)

Clone repository
  • Administrator guide
  • Documents
  • Folder structure example
  • Gitlab migration of ohwr faq
  • Home
  • Local git backups
  • News
  • Project structure guidelines
  • Project guidelines
  • Project re structure tips
  • Project review by ht volunteers
  • Repository use
  • Repository use2
  • Documents
    • Ohr logos
    • Ohwr new design visuals
More Pages

New Wiki Page

Tip: You can specify the full path for the new file. We will automatically create any missing directories.