This script allows you to automatically convert plain text into a structured XML-tagged format. See this blog for more info.
- Highlight any text and copy it (Ctrl + C).
- Press Ctrl + Shift + X to activate the script.
- The script:
- Reads the copied text from the clipboard.
- Formats the text into XML-tagged structure.
- Calls LLM to process the input.
- Replaces the clipboard content with the formatted XML text.
- Paste the structured output wherever needed (Ctrl + V).
Aritra Ghosh – aritraghosh543@gmail.com
Distributed under the MIT license. See LICENSE
for more information.