[BUG] Adding a new task at the bottom of the note does not add carriage return
Expected new task at the bottom of a note:
- [ ] Old task
- [ ] New task
What happens:
- [ ] Old task - [ ] New task
Thank you!
I have the opposite behaviour. I find an extra CR after the first task, therefore an empty line.
I've got the same issue as @fidel-perez - of course it would be possible to disable the "format as task" option and change the capture format manually to insert a line break before the new task - but then when there already IS a line break it would leave blank lines between tasks.
A similar issue comes up when wanting captures to be inserted at the cursor position, not the bottom of the file: the cursor must be at the start of a line for the insert to work correctly.
It would be great if QuickAdd would have a way of ensuring that the captured text is always in a line of its own (adding a line break when necessary).