mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
Merge pull request #497 from soar/patch-1
fix: Add key mapping for 'repeat' to 'recurrence'
This commit is contained in:
commit
83b9168827
1 changed files with 1 additions and 0 deletions
|
|
@ -750,6 +750,7 @@ export class MarkdownTaskParser {
|
|||
id: "id",
|
||||
dependsOn: "dependsOn",
|
||||
onCompletion: "onCompletion",
|
||||
repeat: "recurrence",
|
||||
};
|
||||
|
||||
// Apply key mapping if it exists
|
||||
|
|
|
|||
Loading…
Reference in a new issue