davraamides / todotxt-mode

MIT License
59 stars 12 forks source link

feature request: auto-insert note references #27

Closed np-trivial closed 3 years ago

np-trivial commented 3 years ago

Feature request: when using "Create note for task" feature, replace the selected text with the reference to the note, rather than just putting the reference in the clipboard.

I've never done anything other than immediately paste that link into the todo.txt file. Seems like it should just happen automatically so that I don't accidentally lose the clipboard text.

davraamides commented 3 years ago

I added a replaceNoteTextWithNoteTag setting that will enable this behavior if set to true in your VS Code todotxt-mode extension settings. It's off by default. Available in v1.4.21.