journal: Add "format" output mode
Draft since I still need to add specifiers for timestamps and documentation, etc. I'm slightly unsure on the best way to do specifiers for timestamps though, since there's many different ways to output the time. Should we reuse a bunch of the remaining specifier variables to each represent a different time output or do we need something more clever.
See commit messages for more details on the feature.
If this is done it should probably be aligned closely to how we do things in the catalog entry formatting code. It's the very same problem after all, and we should share a single templating logic for that.
looks like something that would make a lot of people happy. but as mentioned should relaly reuse the templating stuff of the catalog entry display.
looks like something that would make a lot of people happy. but as mentioned should relaly reuse the templating stuff of the catalog entry display.
I'm not sure I follow here. What exactly is the templating stuff of the catalog entry display?
CI is supposed to fail, I still need to implement the timestamp formatting functions
Closing until I have time to work on this again