zioth / dokuwiki-autotooltip

DokuWiki plugin to add styled tooltip functionality, and to automatically generate link tooltips based on page abstracts.
MIT License
5 stars 4 forks source link

How to use tooltip on a header text? #23

Open TheYellowArchitect opened 1 month ago

TheYellowArchitect commented 1 month ago
<autott>
  <content> ==== The Test ==== </content>
  <tip>tooltip text here</tip>
</autott>

The above^ doesn't work.

zioth commented 1 month ago

DokuWiki doesn't support formatting in headers, so this may be a tricky feature to add. I can look into it at some point.

TheYellowArchitect commented 1 month ago

I understand. Anyway, no pressure