Enable enter key continuation for GFM task list #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fm-enter-task-list"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This adds an optional 3rd capturing group for task lists and passes it to the enter completion context.
Assumed we don't care if GFM is enabled or not.
closes #1
Is it intentional that this copies the 'done' status from the previous item, rather than creating new items as
[ ]?Good catch, I guess it should be unchecked
Looks good, thanks!