usernamehw/vscode-todo-md

insert new task at cursor

np-trivial opened this issue · 2 comments

When using "Add Task to Default file", provide option to insert at current line, rather than end

I don't see the point in that. If you want to inser task at current line - you can just type it in the editor.

But using the "Add a Task to DEFAULT file" can give you some automatic things that doing it manually does not, like a creation timestamp. Plus, after using that command, I often want to add to what I had initially typed, like adding a +Project tag (with autocomplete) or use the "Set Due Date" command.

An alternative to inserting at the current line might be to jump to the line after adding the task.