-
Notifications
You must be signed in to change notification settings - Fork 70
cobigen textmerger
The Text Merger Plug-in enables merging result free text documents to existing free text documents. Therefore, the algorithms are also very rudimentary.
There are currently two merge strategies:
-
merge strategy
textmerge_append
(appends the text directly to the end of the existing document) -
merge strategy
textmerge_appendWithNewLine
(appends the text after adding a new line break to the existing document) Remark: empty patches will not result in appending a new line any more since v1.0.1
Disclaimer
If you discover any documentation bugs or would like to request new content, please raise them as an issue or create a pull request. Contributions to this wiki are done through the main repo under the folder documentation.
License
This documentation is licensed under the Creative Commons License (Attribution-NoDerivatives 4.0 International
)