Enable enter key continuation for GFM task list #2

Merged
masad-frost merged 2 commits from fm-enter-task-list into main 2022-04-12 22:43:25 +02:00
masad-frost commented 2022-04-10 11:36:44 +02:00 (Migrated from github.com)

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

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
marijnh commented 2022-04-11 09:06:59 +02:00 (Migrated from github.com)

Is it intentional that this copies the 'done' status from the previous item, rather than creating new items as [ ]?

Is it intentional that this copies the 'done' status from the previous item, rather than creating new items as `[ ]`?
masad-frost commented 2022-04-12 19:10:04 +02:00 (Migrated from github.com)

Good catch, I guess it should be unchecked

Good catch, I guess it should be unchecked
marijnh commented 2022-04-12 22:43:32 +02:00 (Migrated from github.com)

Looks good, thanks!

Looks good, thanks!
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
codemirror/lang-markdown!2
No description provided.