ParamManagerScripts/backend/script_groups/ImportHTML
Miguel ffabf6b2b0 Add functionality to open current working directory in file explorer
- 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.
2025-05-19 18:21:28 +02:00
..
models Antes de cambiar la forma de comunicar los datos a los scripts. 2025-05-02 20:22:08 +02:00
utils Antes de cambiar la forma de comunicar los datos a los scripts. 2025-05-02 20:22:08 +02:00
README.md Add HTML to Markdown conversion tool with necessary configurations and dependencies 2025-04-05 11:58:44 +02:00
data.json Add HTML to Markdown conversion tool with necessary configurations and dependencies 2025-04-05 11:58:44 +02:00
description.json Add functionality to open current working directory in file explorer 2025-05-19 18:21:28 +02:00
esquema_group.json Add HTML to Markdown conversion tool with necessary configurations and dependencies 2025-04-05 11:58:44 +02:00
esquema_work.json Add HTML to Markdown conversion tool with necessary configurations and dependencies 2025-04-05 11:58:44 +02:00
requirements.txt Antes de cambiar la forma de comunicar los datos a los scripts. 2025-05-02 20:22:08 +02:00
scripts_description.json Actualizado de descripciones 2025-05-03 23:35:29 +02:00
work_dir.json Add HTML to Markdown conversion tool with necessary configurations and dependencies 2025-04-05 11:58:44 +02:00
x1.py Primer intento de cambio a un archivo fijo json para las llamadas a x1. Correccion de las dobles lineas en el log 2025-05-02 21:33:47 +02:00

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: