gregorias / anki-code-highlighter

Anki plugin for code syntax highlighting.
GNU Affero General Public License v3.0
54 stars 3 forks source link

Add support for inline code highlighting #82

Closed slnc closed 1 month ago

slnc commented 1 month ago

If I use the plugin to prettify a card like this:

image

It ends up like this:

image

Consider adding support for inline highlighting (maybe through a second toolbar icon?)

gregorias commented 1 month ago

Does pygments work for you? https://github.com/gregorias/anki-code-highlighter?tab=readme-ov-file#supported-highlighters

slnc commented 1 month ago

Oops, yes, thanks and sorry, I tried it before I started wanting to add inline code and then forgot that it allowed it.