gregorias / anki-code-highlighter

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

Language choice #85

Closed domluther closed 1 month ago

domluther commented 1 month ago

I code in a few languages, but C++ is not one of them. This means each time I often have to change the language.

Two options to make this easier...

  1. Default language eg javascript
  2. User-defined list of languages so I could hide those ones I don't need.

The first one is surely easiest to implement and while the second one speeds things up a bit it's more complex and if I decide to learn a new language I'd need to go and add it back in.

gregorias commented 1 month ago

Hi, thanks for writing this up. I think it’s a good idea, but I’m short on time at this moment. I’ll get into this once my life gets less hectic.

gregorias commented 1 month ago

I’ve implemented wizard state persistence, which should satisfy this feature request. Let me know if you have further comments.