anki/pylib/tools
Arthur Milchior b2ef003207 hook note_is_being_flushed
I created multiple add-ons which want to transform a note before it is
being saved. For example, one add-on trim it, and remove useless line
break which arrived by accident.

Another add-on want to compile LaTeX as soon as the note is done, and
warn the user if LaTeX can't be compiled.

Having a hook in pre-flush would be useful here
2020-02-14 00:57:27 -08:00
..
__init__.py move hook gen code out of anki/ 2020-01-15 09:11:20 +10:00
genhooks.py hook note_is_being_flushed 2020-02-14 00:57:27 -08:00
hookslib.py remove _hook/_filter suffix 2020-01-15 16:53:24 +10:00