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

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:dokuwiki_plugins_used [2022-04-21-21-54] 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.
-===== Blocks =====+===== 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 ===== 
 +==== 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> <code>
 <block classes left info> <block classes left info>
Line 42: Line 54:
   * Stuff   * Stuff
 </block> </block>
-===== Plugins ===== 
 ==== folded ==== ==== folded ====
 This allows you to create a hidden section of the text, that can be unfolded. This allows you to create a hidden section of the text, that can be unfolded.
Line 71: Line 82:
 </code> </code>
 {{page>.hidden_example&noeditbutton&nofooter}} {{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.1650570847.txt.gz · Last modified: 2022-04-21-21-54 by 7saturn

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki