simon-r-white / annotate

Creates enhanced tooltip type boxes for extended annotations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:GNU General Public License v2.0


Languages

Language:PHP 70.3%Language:CSS 17.9%Language:JavaScript 11.8%