We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I am wondering if it would be possible to add a property in PatchDocumentOptions so the user could define the pattern used to patch.
PatchDocumentOptions
For example instead of using {{ }} we could use { } or [ ].
I see that at the moment the pattern is hardcoded in from-docx.ts line 138. const patchText = {{${patchKey}}};
from-docx.ts
const patchText =
;
Tell me your thoughts Thanks
The text was updated successfully, but these errors were encountered:
Here is a quick and dirty example : arths31@64961d8
Sorry, something went wrong.
Thank you @dolanmiu @venkateshwarreddyr !
Successfully merging a pull request may close this issue.
Hello,
I am wondering if it would be possible to add a property in
PatchDocumentOptions
so the user could define the pattern used to patch.For example instead of using {{ }} we could use { } or [ ].
I see that at the moment the pattern is hardcoded in
from-docx.ts
line 138.const patchText =
{{${patchKey}}};
Tell me your thoughts
Thanks
The text was updated successfully, but these errors were encountered: