Es una utilidad para convertir (en el caso que la exportación a MBN falle) los ficheros HTML exportados de My Beer Notes a un fichero importable MBN (xml).
- Ir a https://nodejs.org/es/download/ para descargar Node (seleccione LTS)
- Ejecute el instalador siguiendo las instrucciones
- Abra la consola de comandos (en Windows escriba
cmd
en el buscador e INTRO) - Escriba
npm i @guticoma/html-to-mbn -g
y presione INTRO
htmlTombn --html [nombre_fichero_html]
htmlTombn --html [nombre_fichero_html] --chunks [tamaño]
htmlTombn --html [nombre_fichero_html] --verbose [otros_parámetros_opcionales]
htmlTombn --html [nombre_fichero_html] --format .xml [otros_parámetros_opcionales
Valores válidos: .xml
o .mbn