Both sides previous revisionPrevious revisionNext revision | Previous revision |
wiki:syntax [2025/04/29 21:14] – external edit 127.0.0.1 | wiki:syntax [2025/06/01 02:23] (current) – [Text to Image Conversions] scumsuck |
---|
| |
[[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing "Edit this page". If you want to try something, just use the [[playground:playground|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too. | [[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing "Edit this page". If you want to try something, just use the [[playground:playground|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too. |
| |
| ⭐ I also have specific [[wiki:documentation]] for some plugins I'm using. |
| |
===== Basic Text Formatting ===== | ===== Basic Text Formatting ===== |
| |
Windows shares like [[\\server\share|this]] are recognized, too. Please note that these only make sense in a homogeneous user group like a corporate [[wp>Intranet]]. | Windows shares like [[\\server\share|this]] are recognized, too. Please note that these only make sense in a homogeneous user group like a corporate [[wp>Intranet]]. |
| |
Windows Shares like [[\\server\share|this]] are recognized, too. | |
| |
Notes: | Notes: |
| |
* For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the "local zone"). | * For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the "local zone"). |
* For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http://kb.mozillazine.org/Links_to_local_pages_do_not_work|Mozilla Knowledge Base]]. However, there will still be a JavaScript warning about trying to open a Windows Share. To remove this warning (for all users), put the following line in ''conf/lang/en/lang.php'' (more details at [[doku>localization#changing_some_localized_texts_and_strings_in_your_installation|localization]]): <code - conf/lang/en/lang.php> | |
<?php | |
/** | |
* Customization of the english language file | |
* Copy only the strings that needs to be modified | |
*/ | |
$lang['js']['nosmblinks'] = ''; | |
</code> | |
==== Image Links ==== | ==== Image Links ==== |
| |
DokuWiki converts commonly used [[wp>emoticon]]s to their graphical equivalents. Those [[doku>Smileys]] and other images can be configured and extended. Here is an overview of Smileys included in DokuWiki: | DokuWiki converts commonly used [[wp>emoticon]]s to their graphical equivalents. Those [[doku>Smileys]] and other images can be configured and extended. Here is an overview of Smileys included in DokuWiki: |
| |
* 8-) %% 8-) %% | *8-) %% 8-) %% |
* 8-O %% 8-O %% | * 8-O %% 8-O %% |
* :-( %% :-( %% | * :-( %% :-( %% |