AnKing-VIP / anki-bionic-reading

Bionic Reading add-on for Anki
GNU Affero General Public License v3.0
0 stars 0 forks source link

Need to test and prep for release on patreon #2

Closed AnKingMed closed 2 years ago

AnKingMed commented 2 years ago

Probably good to test on 2.1.49 and 2.1.53.

Maybe try solution for night mode since it doesn't work well? @BlueGreenMagick suggested maybe changing this styling in the note to see if adding color would help or if it'd be too weird

b {
  color: blue;
}
BlueGreenMagick commented 2 years ago

The add-on's good for testing, but not ready for release yet. Still need below features to be implemented. Also, to my knowledge the minimum supported version is 2.1.45.

AnKingMed commented 2 years ago

We probably should also make it so you can enable/disable on certain note types

BlueGreenMagick commented 2 years ago

v0.5 is ready for testing & release now.

If you have the AnkiWebview Inspector, could you check how much time bionic reading script takes to execute? It's printed to console. It should be at most <5ms, or I'll need to optimize the script.

AnKingMed commented 2 years ago

0.985ms execution time so I think we're good! Seems to be working well for me. I'll let @DrGenTraum do a bit more testing