fava.plugins¶
Some Beancount plugins.
fava.plugins.link_documents¶
Beancount plugin to link entries to documents.
It goes through all entries with a document metadata-key, and tries to associate them to Document entries. For transactions, it then also adds a link from the transaction to documents, as well as the “#linked” tag.
fava.plugins.tag_discovered_documents¶
Beancount plugin to tag discovered documents.
It looks through all Document entries that were added by Beancount automatically through file discovery and adds the tag “#discovered”.