DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:annotate

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
Next revisionBoth sides next revision
plugin:annotate [2019-03-28 21:03] – [Newlines and Paragraphs] turnermmplugin:annotate [2019-10-25 10:16] Dr-Yukon
Line 1: Line 1:
-====== annotate Plugin ======+====== Annotate Plugin ======
  
 ---- plugin ---- ---- plugin ----
-description: Creates configurable annotation boxes that function like tooltips. The boxes, initially hidden, open in placeon mouseover, immediately beneath the text being annotated and close out-of-sight on the click of a button or mouseout.+description: Creates configurable annotation boxes that function like tooltips. The boxes open in place on mouseover, beneath the text being annotatedand close out-of-sight on the click of a button or mouseout.
 author     : Myron Turner  author     : Myron Turner 
 email      : turnermm02@shaw.ca  email      : turnermm02@shaw.ca 
 type       : syntax type       : syntax
-lastupdate : 2019-03-26 +lastupdate : 2019-03-28 
-compatible : Detritus,"Elenor of Tsort",Frusterick Manners,Greebo+compatible : Detritus, Elenor of Tsort, Frusterick Manners, Greebo
 depends    :  depends    : 
 conflicts  conflicts 
 similar    :  similar    : 
-tags       : annotations, annotate, tooltip+tags       : annotation, annotate, tooltip
  
-downloadurl: https://github.com/turnermm/annotate/archive/master.zip+downloadurl: https://github.com/turnermm/annotate/zipball/master
 bugtracker : https://github.com/turnermm/annotate/issues bugtracker : https://github.com/turnermm/annotate/issues
 sourcerepo : https://github.com/turnermm/annotate sourcerepo : https://github.com/turnermm/annotate
Line 68: Line 68:
     - ''anno_deep_r''     - ''anno_deep_r''
 All of the predefined classes are 620px wide. The ''_r'' classes have the same dimensions as their namesakes but have rounded corners. These classes can be changed or your own classes can be defined.  All of the predefined classes are 620px wide. The ''_r'' classes have the same dimensions as their namesakes but have rounded corners. These classes can be changed or your own classes can be defined. 
 +
 +The annotation blocks will have scrollbars if the content exceeds the dimensions of the block.  However, in the case of blocks with rounded corners, the rounded corners will be squared off for the scrollbars.
 ===== What can and cannot be included in the annotations ===== ===== What can and cannot be included in the annotations =====
 Most DokuWiki syntax can be included in the annotations with the exception of block level elements.  The latter includes code blocks, file blocks, geshi code blocks, and code snippets. When these are included, they end up outside the  annotation block. Most DokuWiki syntax can be included in the annotations with the exception of block level elements.  The latter includes code blocks, file blocks, geshi code blocks, and code snippets. When these are included, they end up outside the  annotation block.
Line 83: Line 85:
   line 1 line2   line 1 line2
 To start ''line 2'' on a new line, you must use instead: To start ''line 2'' on a new line, you must use instead:
-<code>line 1 \\ line 2</code>+<code>line 1\\ line 2</code>
 To make ''line 2'' the start of a new paragraph, you must use this: To make ''line 2'' the start of a new paragraph, you must use this:
 <code> <code>
-line 1 \\+line 1\\
 \\ \\
 line 2 line 2
plugin/annotate.txt · Last modified: 2020-07-26 06:19 by turnermm

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki