docx-stamper
docx-stamper copied to clipboard
Support nested comments
It should be possible to comment more than a single paragraph so that the "displayIf"-condition is applied to all paragraphs within the comment.
This should also support nested comments, so that a single paragraph within the outer comment can be displayed / hidden by adding nested comment with another condition.
Many thanks for this very useful library. I have exactly the same requirement (nested comments) for pretty advanced templates. Is it something we should wait for in a foreseeable future ? Thanks
Hi. any follow up about this issue? I'm trying to do a repeatParagraph() inside repeatParagraph(). Can you show me how to achieve this? Thanks.
Any update? I need to do this. @bflorat @delbv9 Did you get this?
@thallessantos I managed to live without it by educating my customer but it would be a nice feature indeed.
Hi, any plans for implementing this nested comments feature?
Nested comments have been implemented in my fork https://github.com/verronpro/docx-stamper, it works at least for the repeatDocPart.
@josephverron, didn't know that there is an alternative version of the library where development has been done recently. In our project we avoided nested comments using the model structure, but it is good to know that some work have been done already.