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-01-18 05:28] – [annotate Plugin] turnermmplugin:annotate [2019-01-20 22:46] – [annotate Plugin] turnermm
Line 4: Line 4:
 description: Creates annotation boxes that function like tooltips. The boxes, initially hidden, open in place, on mouseover, immediately beneath the text being annotated and close out-of-sight on the click of a button. description: Creates annotation boxes that function like tooltips. The boxes, initially hidden, open in place, on mouseover, immediately beneath the text being annotated and close out-of-sight on the click of a button.
 author     : Myron Turner  author     : Myron Turner 
-email      : turnermm03@shaw.ca +email      : turnermm02@shaw.ca 
 type       : syntax type       : syntax
 lastupdate : 2019-01-17 lastupdate : 2019-01-17
Line 34: Line 34:
 ==== The basic syntax ==== ==== The basic syntax ====
  
-    <anno:num>text</anno><@anno:num>annotation</@anno> 
-''num'' is a unique two digit number that identifies this annotation pair.  The ''text'' is what is explained by ''annotation'' In the browser this ''text'' will be identified by a double dotted underline.  Please note that the mark-up for the ''text'' and the markup for the ''annotation'' are side-by-side: 
     <anno:num>...</anno><@anno:num>...</@anno>         <anno:num>...</anno><@anno:num>...</@anno>    
     <anno:num>...</anno><@anno:[num;;class_name]>...</@anno>         <anno:num>...</anno><@anno:[num;;class_name]>...</@anno>    
 +  
 +''num'' is a unique two digit number that identifies this annotation pair.  The ''text'' is what is explained by ''annotation'' In the browser this ''text'' will be identified by a double dotted underline.  Please note that the mark-up for the ''text'' and the markup for the ''annotation'' are side-by-side. ''class_name'' is the name of a class defined in the css file that can alter the characteristics of the annotation box. See below.
  
  
Line 63: Line 63:
  
 ===== 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, code snippets, and quoting: ''%%>>%%''. When these are inclluded, 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.
  
 The annotations can include images, links, tables, ordered and unordered lists, headlines, and typographic markup, such as bold, italic, superscript, etc. The annotations can include images, links, tables, ordered and unordered lists, headlines, and typographic markup, such as bold, italic, superscript, etc.
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