glutanimate / syntax-highlighting

A fork of Tiago Barroso's Syntax Highlighting add-on with support for Anki 2.1
https://ankiweb.net/shared/info/1463041493
Other
108 stars 27 forks source link

syntax-highlighting ng (new fork) #48

Open cav71 opened 8 months ago

cav71 commented 8 months ago

Checklist

Please replace the space inside the brackets with an x if the following items apply:

Problem case

So far it looks there are quite few issues in the backburner, due to a combination of lack of manpower (likely), old code support (eg. mixed py2/py3) etc.

Solution

I decided to fork it and try to address them into a new fork called syntax-highlighting-ng.

The main goals here are:

The source is located here and the new addon is here.

Barabazs commented 4 months ago

Too bad you didn't actually "fork" the repo, but re-uploaded the code. Otherwise we would have a nice way of comparing your changes with the original code and assess if your changes are safe to use.

cav71 commented 4 months ago

I wouldn't re-uploaded the code if the changes were smaller, the new version introduces:

As well cleaning up the code and cover it with a set of tests (that should make easier to maintain)

You can check out latest version of both and see the differences side by side, the code retain the original structure, to make the comparison easier (that was a deliberate choice).