DOKUWIKI CHEAT SHEET

Text formatting Images Non-parsed blocks Bold: **bold** Original size: {{:image.png}} To include a non-parsed block into a page, indent it by at least two Italic: //italic// Resized to the specified width: {{wiki:image .png?50}} spaces or use the code or file tags. Underlined: __underlined__ Resized to the specified width and height: {{wiki:image.png?200x50}} Syntax highlighting Monospaced: ''monospaced'' Resized external image: {{http://url/image.png?200x50}} DokuWiki supports code highlighting. It uses the GeSHi Generic Syntax Highlighter (http://qbnz.com/highlighter/), and recognizes any Subscript subscript Aligned left: {{ wiki:image.png}} Superscript language supported by GeSHi. The code must be includes between tags superscript Aligned right: {{wiki:image.png }} that identify the programming language, for example: Deleted: deleted Centered: {{ wiki:image.png }} or . Forced new line: \\ Caption: {{ wiki:image.png|Caption goes here}} Embedding HTML and PHP External links Unordered lists If the HTML/PHP embedding is enabled, you can include HTML and DokuWiki recognized external URLs automatically. To create an unordered list, indent your text by two spaces and use the PHP code into DokuWiki pages: Link w/name: [[http://www.google.com|Go to Google]] * character for each list item. Lorem ipsum * Level 1 list item Email address: Page export * Level 2 list item RSS feed: {{rss>http://rss.slashdot.org/Slashdot/slashdot}} Single page can be exported to different formats by adding an * Level 1 list item appropriate do parameter to the URL: Internal links http://wiki.splitbrain.org/wiki:export?do=export_raw DokuWiki page: [[pagename]] Numbered lists The following export options are available: DokuWiki page w/name: [[pagename|Page name]] To create a numbered list, indent your text by two spaces and use the - character for each list item. export_raw (returns the pages source as text/plain ) DokuWiki page in the specified namespace: [[wiki:pagename]] - Level 1 list item export_xhtml (returns the rendered page as simple XHTML without Link to the specified section: [[page#section|Section]] any navigational elements) - Level 2 list item Interwiki link: [[doku>wiki:interwiki|Interwiki]] export_xhtmlbody (returns the rendered XHTML of the page only) - Level 1 list item Link to a page on Wikipedia: [[wp>pagename]] Configuration files Link to a Google search: [[google>pagename]] Quotes conf/dokuwiki. DokuWiki default settings Link to a page on Meatball: [[Meatball>pagename]] > Quote 1 conf/local.php DokuWiki user-defined settings Image link: [[http://www.php.net|{{wiki:dokuwiki-128.png}}]] >> Quote 2 conf/entities.conf Custom typography conversion rules Windows share: [[\\server\share|Windows share]] >>> Quote 3 Keyboard shortcuts Footnotes Tables On Mac, use Ctrl instead of Alt. In Firefox, use Alt+Shift Add footnotes by using double parentheses ((This is a footnote)). ^ Heading 1 ^ Heading 2 ^ Alt+E Open the current page in edit mode | Row 1 Col 1 | Row 1 Col 2 | Headlines Alt+V Open the current page in view mode | Colspan || ======Level 1 Headline ======Alt+O Show old revisions of the current page | Row 3 Col 1 | Row 2 Col 2 | ===== Level 2 Headline ===== Alt+R Show recent changes ==== Level 3 Headline ==== Alt+F Set the cursor to the search field | ^ Heading 1 ^ Heading 2 ^ === Level 4 Headline === Alt+H Open the start page ^ Heading 3 | Row 1 Col 2 | Row 1 Col 3 | == Level 5 Headline == Alt+X Open the index page ^ Heading 4 | Row 2 Col 2 | Row 2 Col 3 | DokuWiki automatically generates a table of contents when the page contains more than three headlines. To disable the table of contents, ^ Heading 5 | Row 2 Col 2 | Row 2 Col 3 | insert the ~~NOTOC~~ markup somewhere in the page.

The latest version of the cheat sheet is available at www.nothickmanuals.info/doku.php/cheatsheets | © 2007 www.lulu.com/nothickmanuals | Released under the GNU Free Documentation License