Skip to content

lagersmit/dokuwiki-plugin-annotate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

annotate

Creates tooltip type boxes for extended annotations. The boxes, initially hidden, open in place, immediately beneath the text being annotated and close out-of-sight on the click of a button.

<anno:10>text</anno><@anno:10>wiki text</@anno>
<anno:15>text</anno><@anno:15>{{namespace:page}}</@anno> 

text is what the annotation explains

wiki-text is the text requiring annotation

namespace:page is a dokwiki page which will be read into the annotation block; this form takes only the wiki page and no other text.

Internal markup:

<anno:20>text</anno><@anno:20><top>wiki:page</top>wiki text<bottom>wiki:page</bottom></@anno>
<anno:20>text</anno><@anno:20>wiki text<bottom>wiki:page</bottom></@anno>
<anno:20>text</anno><@anno:20><top>wiki:page</top>wiki text</@anno>

The top and bottom tags enable repeatable headers and footers to be read into the annotations.

The list must be prefaced by [List] and ended with tsiL

About

Creates enhanced tooltip type boxes for extended annotations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 70.3%
  • CSS 17.9%
  • JavaScript 11.8%