Hi,
Thank you for implementing PDF annotations in Prince 15!
Is there an "official" way to code nested annotations (i.e. annotations with replies)?
I'm using code like this, but there may be a better way:
Thank you!
Henning
Thank you for implementing PDF annotations in Prince 15!
Is there an "official" way to code nested annotations (i.e. annotations with replies)?
I'm using code like this, but there may be a better way:
<p>Lorem ipsum
<span class="annotation" data-author="Somebody" data-moddate="2023-05-16" data-contents="A comment">
<span class="annotation" data-author="SomebodyElse" data-moddate="2023-05-18" data-contents="First reply">
<span class="annotation" data-author="DifferentPerson" data-moddate="2023-05-18" data-contents="Second reply">dolor</span>
</span>
</span>
sit amet
</p>
Thank you!
Henning