quickadd icon indicating copy to clipboard operation
quickadd copied to clipboard

[BUG] Adding a new task at the bottom of the note does not add carriage return

Open fidel-perez opened this issue 4 years ago • 2 comments

Expected new task at the bottom of a note:

  • [ ] Old task
  • [ ] New task

What happens:

  • [ ] Old task - [ ] New task

Thank you!

fidel-perez avatar Oct 12 '21 06:10 fidel-perez

I have the opposite behaviour. I find an extra CR after the first task, therefore an empty line.

ricir avatar Nov 10 '22 16:11 ricir

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).

st-- avatar Jan 18 '24 11:01 st--