Thanks 🙏 ! Fava does have an extension system: https://fava.pythonanywhere.com/example-beancount-file/help/extensions
The before_request hook that I used really allows monkey-patching at quite a deep level. So a very flexible API. Of course if that internal API call that I’m patching ever changes things might break, but I guess that’s a low enough risk at this point. Best, Paul Sent from my iPhone On Mon 1. Sep 2025 at 19:36, Chary Ev2geny <[email protected]> wrote: > Quite impressive (even though I am not using Fava) > > Equally impressive is that Fava allows creation of such extensions. Does > it have some kind of API for this? > > On Monday, September 1, 2025 at 5:07:00 PM UTC+2 Paul S wrote: > >> Hi all! I wanted to share this "bulk-edit / categorization" extension >> that I wrote for my own workflow. Maybe someone else finds this useful: >> https://github.com/paulsc/fava-edit-replay >> >> Best, >> Paul >> >> -- > You received this message because you are subscribed to the Google Groups > "Beancount" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion visit > https://groups.google.com/d/msgid/beancount/ff4a522b-80ff-4e7c-bc7b-56c58614dec0n%40googlegroups.com > <https://groups.google.com/d/msgid/beancount/ff4a522b-80ff-4e7c-bc7b-56c58614dec0n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/beancount/CA%2BWpkOh2f%2Bc6kYY%2B20e3usnSNNy%3DrFdgu66f8tWoaGxUfKmEsA%40mail.gmail.com.
