User Tools

Site Tools


en:dokuwiki_plugins_used

Differences

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

Link to this comparison view

Next revision
Previous revision
en:dokuwiki_plugins_used [2022-04-21-20-41] – created 7saturnen:dokuwiki_plugins_used [2022-10-23-21-51] (current) – [TocTweak] 7saturn
Line 29: Line 29:
 </WRAP> </WRAP>
 As you can see, it is not newspaper-like, where text wraps at the lower window into the next column. As you can see, it is not newspaper-like, where text wraps at the lower window into the next column.
 +===== Non-Breaking Spaces =====
 +There are instances where you want a space to be non-wraping (e.g. to get a better layout in a table). Use ''<nowiki>\_</nowiki>'' to create one.
 ===== Plugins ===== ===== Plugins =====
 +==== Anchor ====
 +Allows for setting an anchor (link-target) aside from the already existing ones that are also used in the table of contents.
 +<code>
 +{{anchor:anchor_target_name:this is the visible text}}
 +</code>
 +{{anchor:anchor_target_name:this is the visible text}}
  
 +This allows you to target the anchor, e.g. [[#anchor_target_name]]
 +==== Wrap Plugin ====
 +Is used for Info-Boxes.
 +<code>
 +<block classes left info>
 +**My little Heading**
 +  * Some
 +  * Stuff
 +</block>
 +</code>
 +<block classes left info>
 +**My little Heading**
 +  * Some
 +  * Stuff
 +</block>
 +==== folded ====
 +This allows you to create a hidden section of the text, that can be unfolded.
 +<code>
 +++++ (click to expand) |
 +This is hidden by default
 +++++
 +</code>
 +++++ (click to expand) |
 +This is hidden by default
 +++++
 +==== RefNotes ====
 +This allows you to create a footnote.
 +<code>
 +This text is footnoted with[(this footnote)].
 +</code>
 +This text is footnoted with[(this footnote)].
 +==== include ====
 +This plugin allows you to include another article. This can be helpful for recurring sections or footers.
 +<code>
 +{{page>.hidden_example}}
 +</code>
 +{{page>.hidden_example}}
 +
 +This can be influenced with the switches ''&noeditbutton'' and ''&nofooter''. The former turns of the edit button for users that can edit be article. The latter turns off the information about the included section.
 +<code>
 +{{page>.hidden_example&noeditbutton&nofooter}}
 +</code>
 +{{page>.hidden_example&noeditbutton&nofooter}}
 +==== MathJax  ====
 +Allows for using LaTeX notation inside the Dokuwiki article.
 +<code>
 +$a^2 + b^2 = c^2$
 +</code>
 +$a^2 + b^2 = c^2$
 +==== TocTweak ====
 +Allows to influence looks and position of the table of contents. Example:
 +<code>
 +~~CLOSETOC~~
 +</code>
 +sees to it, that the TOC is not unfolded initially. On some pages this actually makes sense, as the entire article is actually an overview where the TOC is either very short or not required at all.
 +==== keyboard Plugin ====
 +Allows for markup, that depicts a certain text as key(s) to be pressed. E.g. ''<nowiki><key>F5</key></nowiki>'' looks like this: <key>F5</key>. Allows also for combinations. ''<nowiki><key>ALT + F5</key></nowiki>'' gives you <key>ALT + F5</key>.
 ===== See Also ===== ===== See Also =====
   * [[About this Wiki]]   * [[About this Wiki]]
   * [[For New Authors]]   * [[For New Authors]]
  
en/dokuwiki_plugins_used.1650566501.txt.gz · Last modified: 2022-04-21-20-41 by 7saturn

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki