You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use Buchungsstreber 2.8.0 with YAML format. I start Buchungsstreber in watch mode. After that I start it in a second terminal in edit mode. It is configured to use ncalcli and resolve the incoming dates via regex to template identifiers.
After that my YAML file has a blank line after the date and no blank line between the last entry and the previous date.
2022-02-14:
- 2.0 some task
- 0.75 another task
- 0.5 last task2022-02-11:
- 0.25 past task
In the previous version it looked cleaner:
2022-02-14:
- 2.0 some task
- 0.75 another task
- 0.5 last task2022-02-11:
- 0.25 past task
It is not a bug but a change in usability and behaviour.
The text was updated successfully, but these errors were encountered:
I use Buchungsstreber 2.8.0 with YAML format. I start Buchungsstreber in watch mode. After that I start it in a second terminal in edit mode. It is configured to use
ncalcli
and resolve the incoming dates via regex to template identifiers.After that my YAML file has a blank line after the date and no blank line between the last entry and the previous date.
In the previous version it looked cleaner:
It is not a bug but a change in usability and behaviour.
The text was updated successfully, but these errors were encountered: