Open jooyoungseo opened 4 years ago
thx for kicking the tyres on the pkg and taking the time to file an issue!
lemme see what the XML entries make possible to do.
it just occurred to me…have you tried the include_text
parameter of
docx_extract_all_cmnts()
to do this?
On Thu, Feb 13, 2020 at 9:38 AM jooyoungseo notifications@github.com wrote:
It would be so nicer if docx_extract_all_cmnts() function adds a column for selected_text which contains each block of selected text corresponding to each comment. This way will allow users to easily track down what each comment refers to respectively.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hrbrmstr/docxtractr/issues/26?email_source=notifications&email_token=AAD4PNS5Z36Q4JQOQ66NUZDRCVLNVA5CNFSM4KUT52K2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4INJBNQQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAD4PNTBKQB77W2KDT45PH3RCVLNVANCNFSM4KUT52KQ .
It would be so nicer if
docx_extract_all_cmnts()
function adds a column forselected_text
which contains each block of selected text corresponding to each comment. This way will allow users to easily track down what each comment refers to respectively.