Do you have support for templating inside the document such as:
https://docxtpl.readthedocs.io/en/latest/I'm currently implementing everything manually, but I'm restricted by some API's functionalities, such as: after selecting a block of text, there is no way I can store the formatted text, the only way I interact with the data is through "documenteditor.selection.text", but I cannot preserve things such as bullets lists, paragraphs and rich formatted text without using the system's clipboard.
I just wanted to know if there's a way I can achive some of the templater's functionalities, such as repeating a block of text, either by a future templater implementation, or a way I can copy a block of documenteditor text without losing it's properties.
Thank you for your time!