Anki HTML Export Plugin

Hello,

Based on my previous HTML Export script, I continued my work and brought the functionality into a GUI-based Anki Add-on.

The plugin uses Anki Connect for data handling.
I might deploy it to Anki Web in the future. Happy to receive any feedback!

https://github.com/GitCrush/anki-html-exporter-plugin

Anki 25.06b4 (b2dc5a02) (ao)
Python 3.13.5 Qt 6.8.1 PyQt 6.8.0
Platform: Windows-11-10.0.26100-SP0

When loading Anki HTML Exporter:
Traceback (most recent call last):
File “C:\Users\salma\AppData\Local\AnkiProgramFiles.venv\Lib\site-packages\aqt\addons.py”, line 250, in loadAddons
import(addon.dir_name)
~~~~~~~~~~^^^^^^^^^^^^^^^^
File “C:\Users\salma\AppData\Roaming\Anki2\addons21\265861717_init_.py”, line 5, in
from .exporter import export_to_html_gui
File “C:\Users\salma\AppData\Roaming\Anki2\addons21\265861717\exporter.py”, line 4, in
import imghdr
ModuleNotFoundError: No module named ‘imghdr’

Appreciate your feedback!
I removed imghrd since it is a non-standard dependency and updated the plugin.
Now it should work for you too.

1 Like