Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Messy" YAML file #84

Closed
dgrammlich opened this issue Feb 14, 2022 · 1 comment · Fixed by #89
Closed

"Messy" YAML file #84

dgrammlich opened this issue Feb 14, 2022 · 1 comment · Fixed by #89
Labels
schnacken Issue should be discussed
Milestone

Comments

@dgrammlich
Copy link
Contributor

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 task
2022-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 task


2022-02-11:
  - 0.25        past task

It is not a bug but a change in usability and behaviour.

@dgrammlich dgrammlich added the schnacken Issue should be discussed label Feb 14, 2022
@dgrammlich dgrammlich changed the title "Messie" YAML file "Messy" YAML file Feb 16, 2022
@BuJo
Copy link
Member

BuJo commented Feb 22, 2022

Ugh.. really... who implemented this!

hides

@BuJo BuJo mentioned this issue Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
schnacken Issue should be discussed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants