User Tools

Site Tools


tech:software_dokuwiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
tech:software_dokuwiki [2018/02/10 20:45]
reb
tech:software_dokuwiki [2018/02/10 20:48]
reb
Line 37: Line 37:
 **Indents**. Jack wanted an indented line, so he can use CKEdit Plugin, or he can type > at the start of every line. Typing two of these, indents the line further. As you can see below, you can make text deeply indented. This method places a grey stripe on the left. As seen here; **Indents**. Jack wanted an indented line, so he can use CKEdit Plugin, or he can type > at the start of every line. Typing two of these, indents the line further. As you can see below, you can make text deeply indented. This method places a grey stripe on the left. As seen here;
  
-<nowiki>+<code>
  
 >The >The
Line 46: Line 46:
 >>>>>>​rules. >>>>>>​rules.
  
-</nowiki>+</code>
  
 becomes becomes
Line 95: Line 95:
 * **Hot Linking an Image from another Website**. Jill displays a photo from another website she owns, by using this code (with no spaces). She knows not to link to images she doesn'​t own, because someone has to pay the hosting for those images. This code can embed images of gif, jpg, png; or video of webm, ovg, mp4; or audio of ogg, mp3, wav, swf. From any internet source. * **Hot Linking an Image from another Website**. Jill displays a photo from another website she owns, by using this code (with no spaces). She knows not to link to images she doesn'​t own, because someone has to pay the hosting for those images. This code can embed images of gif, jpg, png; or video of webm, ovg, mp4; or audio of ogg, mp3, wav, swf. From any internet source.
  
-%% [[http://​php.net|{{wiki:​dokuwiki-128.png}}]] ​%%+<​nowiki> ​[[http://​php.net|{{wiki:​dokuwiki-128.png}}]] ​</​nowiki>​
  
 . .
Line 105: Line 105:
 * Jill needs to **display raw code without DokuWiki formatting it**. She types the following: * Jill needs to **display raw code without DokuWiki formatting it**. She types the following:
  
-%% <​code>​ Raw code pasted here </​code> ​%%+<​nowiki> ​<​code>​ Raw code pasted here </​code> ​</​nowiki>​
  
 Or the same thing happens here: Or the same thing happens here:
  
-%% <​nowiki>​ Raw code pasted here </​nowiki> ​%%+<​nowiki> ​<​nowiki>​ Raw code pasted here </​nowiki> ​</​nowiki>​
  
 <​nowiki>​ Or simply type %% at the start and end of your code. </​nowiki>​ <​nowiki>​ Or simply type %% at the start and end of your code. </​nowiki>​
tech/software_dokuwiki.txt · Last modified: 2018/02/12 21:49 by reb