> > > A couple were already mentioned like searchability and navigation. > Cross-institution transactions is another good one. Also my autocomplete > (Vim) does not work when the accounts are not in the same file. >
Assuming you use vim-beancount, this is not actually true: https://github.com/nathangrigg/vim-beancount/blob/master/autoload/beancount.vim#L62 You need to set b:beancount_root to the master file and vim-beancount will support proper account completion. I also have a PR that will support many more forms of completion. Hopefully it will be accepted soon... -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/CAFFHUgt%2BBeEmJ8TafMzYUopXdoPRkXwCE6M36jutOPsEhsyoMA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
