How to use guiAddCards from anki connect to quickly send to anki to make Image Occlusion

data = {
        "action": "guiAddCards",
        "version": 6,
        "params": {
            "note": {
                "deckName": "系统默认",
                "modelName": "图片遮盖",
                "fields": {
                "图片":"<img src='test.png'>"     
                },
            }
        }
    }

This way it can be sent to anki’s image field, but anki still displays it:
图片
Is there any way to make some modifications so that images sent to anki can create Image Occlusion. I’m working on two widgets to quickly send images to anki to create Image Occlusion if I specify a deck and tag.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.