Bỏ qua đến nội dung

Require click for AMBOSS tooltip

Chờ xử lý #anki #addon #require #click #for #amboss #tooltip
https://github.com/qais8r/anki-require-click-for-amboss-tooltip
19/2/2026

Cách tải addon Require click for AMBOSS tooltip

Bạn có thể tải addon bằng một trong hai cách sau:

Click nút Copy bên dưới để copy code vào clipboard

354696931

Sau đó mở Anki → Tools → Add-ons → Get Add-ons → Dán code → OK

Mở trang addon trên AnkiWeb và tìm mã code ở cuối trang

Mở trên AnkiWeb

Cuộn xuống cuối trang AnkiWeb, tìm dòng có mã code 354696931 và copy

3

Mô tả chi tiết

🔎 Disable AMBOSS tooltips on hover and require a click instead.

This add‑on hooks into the reviewer and patches AMBOSS’s tooltip trigger at runtime, so definitions no longer pop up on hover and are shown only when you click a highlighted term.

Changelog Version 1.0 — Initial version that forces AMBOSS tooltips to trigger on click instead of hover by modifying tippyOptions and root tooltip props. Version 1.1 — Updates existing tooltip instances, delegate options, retries initialization, and scans DOM elements for active tooltips. Version 1.2 — Major robustness upgrade with full manager patching, click-gate logic, outside-click closing, animation-aware hiding, controller interception, and multi-fallback compatibility handling. Version 1.3 — Fixed one-by-one cloze compatibility by handling marker clicks directly in the capture phase, so cloze click handlers that stop propagation no longer block AMBOSS tooltip display. Version 2.0 — Cross-platform compatibility release: fixed one-by-one cloze behavior on Windows (template-injected AMBOSS runtime) by patching one-by-one click propagation for AMBOSS markers while preserving click-to-open behavior across normal and one-by-one cards.


Screenshots

Demonstration showing how AMBOSS tooltips require a click instead of hover


Liên kết hỗ trợ


Reviews (3)

👍 2026-02-25

love it

👍 2026-02-23

All good Comment from author Just released version 2.0! Should patch everything, even in one-by-one cloze deletions cards if you use AnKing! Let me know if it works. Edit: glad to hear it’s working!

👍 2026-02-17

Works for normal and colored text but not for colored text in the One by One card type. Comment from author Just patched this with version 2.0, give it a try and let me know! This took a ton of debugging, because the one-by-one script was stopping click propagation in a way that broke AMBOSS marker clicks, but it should be patched now.