This is a super simple plugin that simply added a Highlight button to the editor, which wraps the selected text in: `` ` This is really only useful if you have a card type that styles the highlight` class in a particular way.
Find a file
2026-01-28 19:20:07 +00:00
docs/img Added install instructions 2026-01-28 19:17:54 +00:00
src Added hotkey CTRL+H 2026-01-28 18:55:29 +00:00
.gitignore Added .gitignore 2026-01-28 19:20:07 +00:00
LICENSE.md Initial checkin 2025-11-24 19:59:59 +00:00
Makefile Added Makefile 2026-01-28 19:09:52 +00:00
README.md Added note about hotkey in README.md 2026-01-28 19:19:30 +00:00

Anki Highlighter Class Button

This is a super simple plugin that simply added a Highlight button to the editor:

Screenshot of the Anki Editor tools showing Highlight button

Clicking this, or using the hotkey ctrl-h, wraps the selected text in:

<span class="highlight"></span>

Screenshot showing text wrapping in a snap with highlight class

This is really only useful if you have a card type that styles the highlight class in a particular way.

Installing

Follow the installation instructions on Ankiweb or simply enter the code 832812335 in the Anki install plugin menu.

Screenshot of the Anki plugin install popup.

License

This project is licensed under the GNU General Public License, version 2.

Version history

  • 0.2—added ctrl+h hotkey
  • 0.1—initial release