Forked from acmar/export-to-word-plugin
Fork from acmar/export-to-word-plugin
This plugin was supposed to output the entire chat to a document. But...
It doesn't output the chat itself, rather whatever the AI gives to it as input.
(Thus, some text is really output to the document file).
It might make some sense doing an append to the existing file, or add something else.
Library for working with .docx files — docx only supports file creation,
not reading and editing existing ones. Because the docx library doesn't have methods for reading files.
It's only a generator for new documents. One touch tool. But very rich tool.
From: tupik/export-to-docx
Tool name: "export_to_docx", creates file and populate it with texts. (improvements added)
Tool name: "append_paragraph", appends a new paragraph to an existing Word (.docx) document.
zexigh/docx another way to process docx.
lms dev
lms dev -install # locally
---
lms get tupik/export-to-docx -y # shell run