Re: Checking for Tag Value in Automated Transaction

2018-07-27 Thread Brandon Olivares
Thanks, what ended up working was: = expr 'tag("BudgetType") =~ /^Debt$/' But one more question: is it possible to use the tag value in a posting of an automated transaction, like for calculating how much goes into a particular account? I want to have a tax transaction to send a percentage

Syntax Highlighting in Sublime Text

2018-07-27 Thread Scott Carpenter
I previously used tmLanguage files for syntax highlighting in Sublime and now have updated to use a newer syntax definition format. If anyone uses Sublime and is interested, more here: https://github.com/scarpent/ledgerbil/tree/master/syntax It's geared to my own usage in some ways but of

Re: Checking for Tag Value in Automated Transaction

2018-07-27 Thread Scott Carpenter
I don't know if this should be any different, but I always query on tags with the % symbol, e.g. %BudgetType=Foo On Friday, July 27, 2018 at 12:56:13 AM UTC-5, Brandon Olivares wrote: > > Hello, > > I have an automated transaction where I'm wanting to split up income into > different