- Implemented a new button in the UI to open the current working directory in the file explorer. - Added event listener for the new button that triggers an API call to open the directory. - Included validation to ensure a group is selected and the working directory is set before attempting to open the explorer. - Created a new JSON description file for the CSharpCodeMerger script group. |
||
---|---|---|
.. | ||
models | ||
utils | ||
README.md | ||
data.json | ||
description.json | ||
esquema_group.json | ||
esquema_work.json | ||
requirements.txt | ||
scripts_description.json | ||
work_dir.json | ||
x1.py |
README.md
HTML to Markdown Conversion Tool
This script processes HTML files and converts them to Markdown format, extracting images and preserving the document structure.
Dependencies
The script requires the following Python libraries:
- beautifulsoup4
- requests
- html2text
Install dependencies using: