Christian Studer
Christian Studer
I'm not running DockerMon at the moment, so I didn't check this issue for quite some time. (To be honest, I completely forgot about it...)
There seems to be an existing PHP library able to parse these XML files: https://github.com/genkgo/camt. My bank (PostFinance) is about to shut down their analytics tool, Firefly III would be...
@JC5 If I wanted to extend Firefly III to be able to import camt.053-files, could you point me in the right direction for development? Do you have an overview how...
Still interested, but haven't found the time yet. I've started with some data exploration by writing a CSV converter, you can find it here: https://github.com/cstuder/camt2csv (Work in progress, comment line...
I support the choice of #hashtags, it feels most natural. According to the Common Mark definition of Markdown used by VSCode, a hashtag immediatly followed by characters (No spaces in...
After using the journal for over a year now I still love it. I miss however an easy way to see all entries over time related to a given subject....
Thanks for the sample. Yeah, having to maintain an index is gonna be the tricky part I think. I'll have a look around how other extensions are doing this.
FYI: I'm still (slowly) working on my timeline view as mentioned [above](https://github.com/pajoma/vscode-journal/issues/19#issuecomment-463536779). Not exactly like Roam though.
Hmm, then how does Eclipse do it (Using xdebug with the PDT package)?
@martomo: No, we're talking about manually entered watch expressions. These expressions are evaluated every time we stop at a breakpoint:  They can be very, very useful, especially when the...